Skip to main content

Stop a Stream

POST 

/Accounts/:AccountSid/Calls/:CallSid/Streams/:Sid

Stop a Stream.

Permissions

The API token must include the following scopes: Voice.

Request

Path Parameters

    AccountSid uuidrequired

    The unique identifier for the account that is associated with this stream.

    CallSid uuidrequired

    The unique identifier for the call that is associated with this stream.

    Sid uuidrequired

    The unique identifier for the stream.

Body

    Status stringrequired

    Possible values: [in-progress, stopped]

    The status of the stream.

Responses

OK

Schema

    account_sid uuid

    The unique identifier for the account that is associated with this stream.

    api_version string

    The version of the SignalWire API.

    call_sid string

    The unique identifier for the call that is associated with this stream.

    sid string

    The unique identifier for the stream.

    name string

    Unique name for the Stream, per Call. It is used to stop a Stream by name.

    status string

    Possible values: [in-progress, stopped]

    The status of the stream.

    date_updated string

    The date, in RFC 2822 format, this stream was updated.

    error_code string

    Further details about a failed stream.

    uri string

    The URI of the stream.

Loading...