Resume Capture of a Conversation
Use the Resume Live Stream request to resume the capture of a conversation when the capture has already been paused (by the Pause Live Stream request, see Pause Capture of a Conversation).
Endpoint
Method: POST
URL: /media/live/resume
Request Parameter
Parameter Name | Data Type | Description | Required/Optional |
|---|---|---|---|
| String | The ID of the Conversation to resume the capture of. | Required |
For an example request, see Sample Request.
Response and Error Code
Response Code | Condition |
|---|---|
200 | OK |
400 | Bad Request (the conversation is not in a suppressed state and therefore can not be resumed) |
500 | Server Error (the conversation ID is invalid or can not be found) |
Sample Request
{
"conversation_id":"ca73aefb-389b-441d-8936-50bf45d7b88a"
}