Stop a Recording
This command stops the specified active recording.
Authorizations: All
Request
stopRecording recordingId
|
Parameters
Name | Description |
---|---|
recordingId | The ID of a HMP recording. |
Result
Success
OK |
Error
Error | Description |
---|---|
ERROR|010003|Expected 1 parameter(s). | Calling stopRecording requires 1 parameter. |
ERROR|010001|'Y' is not a UUID | The recordingId provided must be a UUID. |
ERROR|040001|Active recording not found | The recording with UUID 'recordingId ' was not found. |
ERROR|070003|Internal Server Error | An internal error occurred while stopping the recording. Please see |
Example
stopRecording f678f415-0665-48cd-b141-1e95283469f1 OK |