create
Create a new video conference.
Request
display_name
Display name of the video conference. Maximum of 200 characters.
name
A named unique identifier for the conference. Allowed characters: `A-Za-z0-9_-`. Maximum of 100 characters.
description
Description of the conference. Maximum of 3000 characters.
join_from
Conference 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
Conference 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`.
quality
The conference's resolution.
layout
The conference's initial layout.
size
The size of the video conference.
record_on_start
Whether to start recording when a conference session begins.
enable_room_previews
Whether a preview video of the conference content is generated.
enable_chat
Whether group chat is enabled for conference participants.
dark_primary
CTA buttons and selected items color (dark theme).
dark_background
Main background color (dark theme).
dark_foreground
Main foreground color (dark theme).
dark_success
Success indication color (dark theme).
dark_negative
Error indication color (dark theme).
light_primary
CTA buttons and selected items color (light theme).
light_background
Main background color (light theme).
light_foreground
Main foreground color (light theme).
light_success
Success indication color (light theme).
light_negative
Error indication color (light theme).
Response
id
Unique ID of the video conference.
name
A named unique identifier for the conference. Allowed characters: `A-Za-z0-9_-`.
display_name
Display name of the video conference. Maximum of 200 characters.
description
Description of the conference. Maximum of 3000 characters.
join_from
Conference does not accept new participants before this time.
join_until
Conference stops accepting new participants at this time, but keeps running until all participants leave.
quality
The conference's resolution.
layout
The conference's initial layout.
size
The size of the video conference.
record_on_start
Whether to start recording when a conference session begins.
tone_on_entry_and_exit
Whether a tone is played when a member enters or exits the conference.
user_join_video_off
Whether participants join with video off by user setting.
room_join_video_off
Whether participants join with video off by room setting.
enable_chat
Whether group chat is enabled for conference participants.
enable_room_previews
Whether a preview video of the conference content is generated.
dark_primary
CTA buttons and selected items color (dark theme).
dark_background
Main background color (dark theme).
dark_foreground
Main foreground color (dark theme).
dark_success
Success indication color (dark theme).
dark_negative
Error indication color (dark theme).
light_primary
CTA buttons and selected items color (light theme).
light_background
Main background color (light theme).
light_foreground
Main foreground color (light theme).
light_success
Success indication color (light theme).
light_negative
Error indication color (light theme).
meta
User-defined metadata for the conference.
created_at
Timestamp when the conference was created.
updated_at
Timestamp when the conference was last updated.
active_session
Active session information. Only present when requested via the `include_active_session` query parameter.
Response Example
Response