create
Create a new video room.
Request
name
A named unique identifier for the room. Allowed characters: `A-Za-z0-9_-`. Maximum of 100 characters.
display_name
Display name of the room. Maximum of 200 characters. Defaults to the value of name.
description
Description of the room. Maximum of 3000 characters.
max_members
The maximum number of members in the room at a time. Must be at least 1 to a maximum of 300.
quality
The room's resolution.
Allowed values:
join_from
Room does not accept new participants before this time. Expects RFC 3339 datetime: `2022-01-01T23:59:60Z`. Date only: `2022-01-01` will be converted to `2022-01-01T00:00:00Z`.
join_until
Room stops accepting new participants at this time, but keeps running until all participants leave. Expects RFC 3339 datetime: `2022-01-01T23:59:60Z`. Date only: `2022-01-01` will be converted to `2022-01-01T00:00:00Z`.
remove_at
Remove users from the room at this time. Expects RFC 3339 datetime: `2022-01-01T23:59:60Z`. Date only: `2022-01-01` will be converted to `2022-01-01T00:00:00Z`.
remove_after_seconds_elapsed
Remove users after they are in the room for N seconds.
layout
The room's initial layout.
record_on_start
Specifies whether to start recording a Room Session when one is started for this Room.
enable_room_previews
Whether a video with a preview of the content of the room is to be generated.
meta
User-defined metadata for the room. Must be a valid JSON object. Maximum of 2000 characters when serialized.
sync_audio_video
Enable/disable jitter buffer audio-video sync.
Response
id
A unique identifier for the room.
name
A named unique identifier for the room.
display_name
Display name of the room.
description
Description of the room.
max_members
The maximum number of members in the room at a time.
quality
The room's resolution.
Allowed values:
fps
Frames per second parameter of room video quality.
join_from
Room does not accept new participants before this time.
join_until
Room stops accepting new participants at this time.
remove_at
Remove users from the room at this time.
remove_after_seconds_elapsed
Remove users after they are in the room for N seconds.
layout
The room's initial layout.
record_on_start
Specifies whether to start recording a Room Session when one is started for this Room.
tone_on_entry_and_exit
Whether a tone is played when participants enter or exit the room.
room_join_video_off
Whether the room's video is turned off when participants join.
user_join_video_off
Whether a user's video is turned off when they join the room.
enable_room_previews
Whether a video with a preview of the content of the room is to be generated.
sync_audio_video
Enable/disable jitter buffer audio-video sync.
meta
User-defined metadata for the room.
prioritize_handraise
Whether hand raises are prioritized in the room layout.
created_at
Timestamp when the room was created.
updated_at
Timestamp when the room was last updated.
active_session
Active session information for the room.
Response Example
Response