Skip to main content

Create a Stream for a Conference

Permissions

The API token must include the following scopes: Video.

Path Parameters
id uuid REQUIRED

Unique id of a video conference

Request Body REQUIRED
url string

RTMP or RTMPS url. This must be the address of a server accepting incoming RTMP/RTMPS streams.

Responses
200

OK

Schema OPTIONAL
id uuid OPTIONAL

A unique identifier for the stream

url string OPTIONAL

RTMP or RTMPS url. This must be the address of a server accepting incoming RTMP/RTMPS streams.

stream_type string OPTIONAL

The type of stream.

width integer OPTIONAL

The stream's width.

height integer OPTIONAL

The stream's height.

fps integer OPTIONAL

The stream's fps

created_at date-time OPTIONAL
updated_at date-time OPTIONAL