createStream
Create a new stream for a conference, enabling external streaming output (e.g., RTMP to a streaming platform).
Path parameters
id
Unique id of a video conference
Request
url
RTMP or RTMPS URL. This must be the address of a server accepting incoming RTMP/RTMPS streams.
Response
id
Unique identifier for the stream.
url
RTMP or RTMPS URL. This must be the address of a server accepting incoming RTMP/RTMPS streams.
stream_type
The type of stream.
width
The stream's width in pixels.
height
The stream's height in pixels.
fps
The stream's frames per second.
created_at
Timestamp when the stream was created.
updated_at
Timestamp when the stream was last updated.
Response Example
Response