Streams
Create conference stream
Permissions
The API token used to authenticate must have the following scope(s) enabled to make a successful request: Video.
Learn more about API scopes.
post/api/video/conferences/{id}/streams
Path parameters
idstring required
Unique id of a video conference
Request body
Example request
{
"url": "rtmp://broadcaster"
}Response
Stream response object.
Example response
{
"url": "rtmp://broadcaster",
"stream_type": "rtmp",
"width": 1920,
"height": 1080,
"fps": 20,
"created_at": "2022-01-01T10:00:00Z",
"updated_at": "2022-01-01T11:00:00Z"
}