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 created this conference.
ConferenceSidstring uuid required
The unique identifier for the conference this participant is in.
Response
The request has succeeded.
Example response
{
"account_sid": "b3877c40-da60-4998-90ad-b792e98472af",
"conference_sid": "b3877c40-da60-4998-90ad-b792e98472cf",
"date_updated": "Tue, 25 Sept 2018 20:00:00 +0000",
"name": "my_conference_stream",
"sid": "b3877c40-da60-4998-90ad-b792e98472st",
"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"
}