Stop Capture of a Conversation
Use the Stop Live Stream request to end the capture of a conversation. After a stop request is sent the capture of the conversation is ended and can not be resumed by a resume request, to pause the capture with the intention of resuming later on, use the pause request.
Endpoint
Method: POST
URL: /media/live/stop
Request Parameter
Parameter Name | Data Type | Description | Required/Optional |
|---|---|---|---|
| String | The ID of the Conversation to stop/end the capture of. | Required |
For an example request, see Sample Request.
Response and Error Code
Response Code | Condition |
|---|---|
200 | OK |
500 | Server Error (the conversation ID is invalid or can not be found) |
Sample Request
{
"conversation_id":"ca73aefb-389b-441d-8936-50bf45d7b88a"
}