Get Recording Status
This command gets the status of the specified active recording.
Authorizations: All
Request
getRecordingStatus recordingId
|
Parameters
| Name | Description |
|---|---|
recordingId | The ID of a HMP recording. |
Result
Success
|
where state could be one of the following:
- RECORDING: It is currently being recorded (active recording).
- PAUSED: Recording has already started but is currently paused.
- FINISHED: Recording has finished recording.
- ERROR: Any other error on the recording will be set to this state.
Error
| Error | Description |
|---|---|
| Calling getRecordingStatus requires 1 parameter. |
| The recordingId provided must be a UUID. |
| The recording with UUID 'recordingId' was not found. |
| A recording with UUID 'recordingId' was not found. |
Example
|