Call streaming
Stop call streaming
Stops the media stream identified by id on the call identified by call_id.
delete/v1/calls/{call_id}/streams/{id}
Path parameters
call_idstring uuid required
The uuid of the call.
idstring uuid required
The uuid of the media stream to stop.
Response
Returns a success confirmation. The media stream is stopped.
Example response
{
"success": true
}