Create a room composition.
Asynchronously create a room composition.
Authorizations
Bearer authentication header of the form Bearer <token>, where <token> is your auth token.
Body
Parameters that can be defined during room composition creation.
The desired format of the room composition.
"mp4"
The desired resolution (width/height in pixels) of the resulting video of the room composition. Both width and height are required to be between 16 and 1280; and width * height should not exceed 1280 * 720
"800x600"
id of the room session associated with the room composition.
"0ccc7b54-4df3-4bca-a65a-3da1ecc777b0"
Describes the video layout of the room composition in terms of regions.
The URL where webhooks related to this room composition will be sent. Must include a scheme, such as 'https'.
"https://example.com"
The failover URL where webhooks related to this room composition will be sent if sending to the primary URL fails. Must include a scheme, such as 'https'.
"https://failover.example.com"
Specifies how many seconds to wait before timing out a webhook.
0 <= x <= 3025
Response
Create room composition response.