UserMeetingRecordingSetting
Meeting recording settings locked on account level
Properties
Name | Type | Required | Description |
---|---|---|---|
local_recording | bool | ❌ | Allows hosts and participants to record a meeting to a local file |
cloud_recording | bool | ❌ | Allows hosts to record and save a meeting/webinar in the cloud |
record_speaker_view | bool | ❌ | Allows to record active speaker with the shared screen |
record_gallery_view | bool | ❌ | Allows to record gallery view with the shared screen |
record_audio_file | bool | ❌ | Allows to record an audio-only file |
save_chat_text | bool | ❌ | Allows to save chat text from a meeting |
show_timestamp | bool | ❌ | Allows to show timestamp on video |
auto_recording | AutoRecording | ❌ | Automatic recording (local/cloud/none) of meetings as they start |
auto_delete_cmr | str | ❌ | Automatic deletion of cloud recordings |
auto_delete_cmr_days | int | ❌ | A specified number of days for automatic deletion of cloud recordings, the value range is 1-60 |
AutoRecording
Automatic recording (local/cloud/none) of meetings as they start
Properties
Name | Type | Required | Description |
---|---|---|---|
LOCAL | str | ✅ | "local" |
CLOUD | str | ✅ | "cloud" |
NONE | str | ✅ | "none" |
Build Your Own SDKs with liblab
Build developer friendly SDKs in minutes from your APIs