Pause Capture of a Conversation
Use the Pause Live Stream request to pause the capture of calls in realtime, effectivelly muting the conversation while capture is paused (once paused you can use the Resume Live Stream request to resume call capture, see Resume Capture of a Conversation)
Endpoint
Method: POST
URL: /media/live/pause
Request Parameter
Parameter Name | Data Type | Description | Required/Optional |
|---|---|---|---|
| String | The ID of the Conversation to pause 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 live and therefore can't be paused) |
500 | Server Error (the conversation ID is invalid or can not be found) |
Sample Request
{
"conversation_id":"ca73aefb-389b-441d-8936-50bf45d7b88a"
}