For AI agents: a documentation index is available at the root level at /llms.txt and /llms-full.txt. Append /llms.txt to any URL for a page-level index, or .md for the markdown version of any page.
Replace a video conference. Uses PUT for full replacement, so all fields must be
provided in the request body.
This method performs a full replacement (PUT), not a partial update (PATCH).
Include all fields you want to keep in the request body.
Path parameters
idstringRequiredformat: "uuid"
Unique ID of the video conference.
Request
display_namestringRequired<=200 characters
Display name of the video conference. Maximum of 200 characters.
descriptionstringOptional<=3000 characters
Description of the conference. Maximum of 3000 characters.
join_fromdatetimeOptional
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_untildatetimeOptional
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`.
qualityenumOptionalDefaults to 720p
The conference's resolution.
Allowed values:
layoutenumOptionalDefaults to grid-responsive
The conference's initial layout.
sizeenumOptionalDefaults to medium
The size of the video conference.
Allowed values:
record_on_startbooleanOptional
Whether to start recording when a conference session begins.
tone_on_entry_and_exitbooleanOptional
Whether a tone is played when a member enters or exits the conference.
room_join_video_offbooleanOptional
Whether participants join with video off by room setting.
user_join_video_offbooleanOptional
Whether participants join with video off by user setting.
enable_room_previewsbooleanOptional
Whether a preview video of the conference content is generated.
enable_chatbooleanOptional
Whether group chat is enabled for conference participants.