id uuid — OPTIONAL |
room_id uuid — OPTIONALUnique ID of the Room if the Session was created from a Room and was not an auto-created Session. |
name string — OPTIONALThe named identifier of room session. |
display_name string — OPTIONALDisplay name of room, no character limitations. Maxium of 200 characters. Defaults to the value of name. |
join_from date-time — OPTIONALRoom Session does not accept new Members before this time. |
join_until date-time — OPTIONALRoom Session stops accepting new Members at this time. |
remove_at date-time — OPTIONALRemove Members from the Room Session at this time. |
remove_after_seconds_elapsed int32 — OPTIONALRemove Members after they are in the Room Session for N seconds. |
layout string — OPTIONALThe Room Session's initial layout. Defaults to grid-responsive . See documentation for a full list of supported layouts. |
max_members integer — OPTIONALThe maximum number of members allowed in the room at a time. |
fps integer — OPTIONALThe Room Session's frames per second. Possible values are 20 or 30 . |
quality string — OPTIONALThe Room Session's resolution. Possible values are 720p or 1080p . |
start_time date-time — OPTIONAL |
end_time date-time — OPTIONAL |
duration integer — OPTIONALHow long, in seconds, the Room Session lasted. |
status string — OPTIONAL |
record_on_start boolean — OPTIONALWhether a recording was automatically started when this Room Session began. |
enable_room_previews boolean — OPTIONALWhether a video with a preview of the content of the room is to be generated. |
preview_url string — OPTIONALIf room previews are enabled and the room session is in progress, this is the URL of the preview video. |
audio_video_sync boolean — OPTIONALEnable/disable jitter buffer audio-video sync. |