Payload definition for the stop_recording acknowledgment.
stop_recording
Id of the job
"45463597-20b7-4af7-b3b3-f5fb778203ab"
live.stop_recording
"live.stop_recording"
The live message payload as sent to the WebSocket
Show child attributes
Id of the live session
"4a39145c-2844-4557-8f34-34883f7be7d9"
Date of creation of the message. The date is formatted as an ISO 8601 string
"2021-09-01T12:00:00.123Z"
Flag to indicate if the action was successfully acknowledged
true
Error message if the action was not successfully acknowledged
The error message
null
"stop_recording"
The message data. "null" if the action was not successfully acknowledged
Total audio duration in seconds
344.45
Audio duration left to process in seconds
11.23
Was this page helpful?
{ "id": "45463597-20b7-4af7-b3b3-f5fb778203ab", "event": "live.stop_recording", "payload": { "session_id": "4a39145c-2844-4557-8f34-34883f7be7d9", "created_at": "2021-09-01T12:00:00.123Z", "acknowledged": true, "error": null, "type": "stop_recording", "data": { "recording_duration": 344.45, "recording_left_to_process": 11.23 } } }