v36

latestOpenAPI 3.1.0raw.githubusercontent.com2026-05-1279125449.6 KB
Conference Streams

Update Conference Stream

Update an existing conference stream. Commonly used to stop/start streams or modify stream properties.

Permissions

The API token used to authenticate must have the following scope(s) enabled to make a successful request: Voice.

Learn more about API scopes.

post/Accounts/{AccountSid}/Conferences/{ConferenceSid}/Streams/{Sid}

Path parameters

AccountSidstring uuid required

Universal Unique Identifier.

The unique identifier for the account that created this conference.

ConferenceSidstring uuid required

Universal Unique Identifier.

The unique identifier for the conference this participant is in.

Sidstring uuid required

Universal Unique Identifier.

The unique identifier for the stream.

Response

The request has succeeded.

account_sidstring uuid required

Universal Unique Identifier.

conference_sidstring uuid required

Universal Unique Identifier.

date_updatedstring required

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

namestring nullable required

The name of the stream. May be null if not specified when creating the stream.

sidstring uuid required

Universal Unique Identifier.

status'queued' | 'in-progress' | 'stopped' required

Conference stream status.

uristring required

The URI for the stream.

Example response

{
  "date_updated": "Tue, 25 Sept 2018 20:00:00 +0000",
  "name": "my_conference_stream",
  "uri": "/api/laml/2010-04-01/Accounts/b3877c40-da60-4998-90ad-b792e98472af/Conferences/b3877c40-da60-4998-90ad-b792e98472cf/Streams/b3877c40-da60-4998-90ad-b792e98472st.json"
}