v50

latestOpenAPI 3.1.0MITraw.githubusercontent.com2026-06-16122182589.7 KB
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.

successboolean required

Indicates whether the request was successful.

Example response

{
  "success": true
}