Conference Streams
Create a Conference Stream.
Create a stream for an existing conference.
Permissions
The API token must include the following scopes: Voice.
post/Accounts/{AccountSid}/Conferences/{ConferenceSid}/Streams
Path parameters
AccountSidstring uuid required
The unique identifier for the account that is associated with this stream.
ConferenceSidstring uuid required
The unique identifier for the conference that is associated with this stream.
Response
OK
Example response
{
"account_sid": "abc123-def456-ghi789",
"conference_sid": "conf_abc123",
"sid": "stream_xyz789",
"name": "my_conference_stream",
"status": "in-progress",
"date_updated": "Mon, 30 Oct 2023 15:35:13 +0000",
"uri": "/api/laml/2010-04-01/Accounts/abc123-def456-ghi789/Conferences/conf_abc123/Streams/stream_xyz789.json"
}