Recording Status Event
- DarkLight
Recording Status Event
- DarkLight
Article summary
Did you find this summary helpful?
Thank you for your feedback
This API is used to get the status of recording for the ongoing call with customer. This is applicable for both Tethered or Untethered architecture and both Inbound and Outbound calls.
Pre-requisite
The Agent must be on an active Inbound Call.
Sequence Diagram
Message Structure
Request Parameters | Value |
---|---|
No Request Parameters applicable |
Response Parameters | Value |
---|---|
channel | Amazon |
topic | InboundCall |
subtopic | RecordingStatus |
message | «Recording status event message» Possible values are Pause_InProgress, Pause_Success, Pause_Failed, Resume_InProgress, Resume_Success, Resume_Failed |
Sample Response
{
"channel": "Amazon",
"topic": "InboundCall",
"subtopic": "RecordingStatus",
"message": "Resume_InProgress"
}
Possible recording status:
Pause_InProgress
Pause_Success
Pause_Failed
Resume_InProgress
Resume_Success
Resume_Failed
Was this article helpful?