get
Retrieve a single video conference by its unique identifier.
Path parameters
id
Unique ID of the video conference.
Query parameters
include_active_session
Specifies whether to include information about the conference's active session (if any).
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.
Allowed values:
layout
The conference's initial layout.
size
The size of the video conference.
Allowed values:
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