Create a Conference Stream
Create a stream for an existing conference.
Permissions
The API token used to authenticate must have the following scope(s) enabled to make a successful request: Voice.
Create a stream for an existing conference.
The API token used to authenticate must have the following scope(s) enabled to make a successful request: Voice.
This attribute can be one of inbound_track, outbound_track, both_tracks. Default is both_tracks.
Whether the request to StatusCallback URL is a GET or a POST. Default is POST.
Enable real-time streaming for the conference stream.
Custom parameter name to pass towards the WebSocket server. You can pass up to 99 custom parameters using Parameter1.Name through Parameter99.Name.
Custom parameter value to pass towards the WebSocket server. You can pass up to 99 custom parameters using Parameter1.Value through Parameter99.Value.
SignalWire Basic Authentication using Project ID and API Token.
The client sends HTTP requests with the Authorization header containing the word Basic followed by a space and a base64-encoded string of project_id:token. The project ID will be used as the username and the API token as the password.
Example: