Skip to content

Latest commit

 

History

History
39 lines (36 loc) · 5.04 KB

AccountSettingsRecording.md

File metadata and controls

39 lines (36 loc) · 5.04 KB

# AccountSettingsRecording

Properties

Name Type Description Notes
account_user_access_recording bool Cloud recordings are only accessible to account members. People outside of your organization cannot open links that provide access to cloud recordings. [optional]
allow_recovery_deleted_cloud_recordings bool Allow recovery of deleted cloud recordings from trash. If the value of this field is set to `true`, deleted cloud recordings will be kept in trash for 30 days after deletion and can be recovered within that period. [optional]
archive \Zoom\Api\Model\AccountSettingsRecordingArchive [optional]
auto_delete_cmr bool Allow Zoom to permanently delete recordings automatically after a specified number of days. [optional]
auto_delete_cmr_days int When the `auto_delete_cmr` value is `true`, this value is the number of days before the auto-deletion of cloud recordings: * `30` — 30 days. * `60` — 60 days. * `90` — 90 days. * `120` — 120 days. [optional]
record_files_separately \Zoom\Api\Model\AccountSettingsRecordingRecordFilesSeparately [optional]
display_participant_name bool Whether to display participants' names in the recording. [optional]
recording_thumbnails bool Whether to record thumbnails of the presenter when they are sharing their screen. [optional]
optimize_recording_for_3rd_party_video_editor bool Whether to optimize recordings for a 3rd party video editor. This may increase the file size and the time it takes to generate recording files. [optional]
recording_highlight bool Whether to enable the recording highlights feature. [optional]
save_panelist_chat bool Whether to save panelist chat to the recording. This setting saves messages sent by panelists during a webinar to either all panelists or all panelists and attendees to the recording. [optional]
save_poll_results bool Whether to save poll results shared during the meeting or webinar. This also includes poll results shared during the meeting or webinar. [optional]
save_close_caption bool Whether to save closed captions as a VTT (Video Track Text) file. [optional]
auto_recording string Automatic recording:<br>`local` - Record on local.<br>`cloud` - Record on cloud.<br>`none` - Disabled. [optional]
cloud_recording bool Allow hosts to record and save the meeting in the cloud. [optional]
cloud_recording_download bool Cloud recording downloads. [optional]
cloud_recording_download_host bool Only the host can download cloud recordings. [optional]
host_delete_cloud_recording bool If the value of this field is set to `true`, hosts will be able to delete the recordings. If this option is set to `false`, the recordings cannot be deleted by the host and only admin can delete them. [optional]
ip_address_access_control \Zoom\Api\Model\AccountSettingsRecordingIpAddressAccessControl [optional]
local_recording bool Allow hosts and participants to record the meeting using a local file. [optional]
prevent_host_access_recording bool If set to `true`, meeting hosts cannot view their meeting cloud recordings. Only the admins who have recording management privilege can access them. [optional]
record_audio_file bool Whether to record one audio file for all participants. [optional]
record_gallery_view bool Record the gallery view with a shared screen. [optional]
record_speaker_view bool Record the active speaker with a shared screen. [optional]
recording_audio_transcript bool Automatically transcribe the audio of the meeting or webinar to the cloud. [optional]
recording_disclaimer bool Show a disclaimer to participants before a recording starts [optional]
recording_password_requirement \Zoom\Api\Model\AccountSettingsRecordingRecordingPasswordRequirement [optional]
required_password_for_existing_cloud_recordings bool Require a passcode to access existing cloud recordings. [optional]
required_password_for_shared_cloud_recordings bool Whether to require a passcode to share cloud recordings. [optional]
save_chat_text bool Save the chat text from the meeting. [optional]
show_timestamp bool Add a timestamp to the recording. [optional]

[Back to Model list] [Back to API list] [Back to README]