Skip to content

Latest commit

 

History

History
23 lines (20 loc) · 4.05 KB

MeetingSecuritySettingsMeetingSecurity.md

File metadata and controls

23 lines (20 loc) · 4.05 KB

# MeetingSecuritySettingsMeetingSecurity

Properties

Name Type Description Notes
auto_security bool `true`: Require that all meetings are secured with at least one security option. This setting can only be disabled by Enterprise, ISV, Business (with more than 100 licenses), and Education accounts. Learn more. [optional]
block_user_domain bool If set to `true`, Block users in specific domains from joining meetings and webinars. [optional]
block_user_domain_list string[] Specific domain, for Example: `*.example.com`. [optional]
embed_password_in_join_link bool If set to `true`, meeting passcode will be encrypted and included in the invite link to allow participants to join with just one click without having to enter the passcode. [optional]
encryption_type string Choose between enhanced encryption and end-to-end encryption when starting or a meeting. When using end-to-end encryption, several features (e.g. cloud recording, phone/SIP/H.323 dial-in) will be automatically disabled. <br><br>The value of this field can be one of the following:<br> `enhanced_encryption`: Enhanced encryption. Encryption is stored in the cloud if you enable this option. <br> `e2ee`: End-to-end encryption. The encryption key is stored in your local device and can not be obtained by anyone else. Enabling this setting also disables the following features: join before host, cloud recording, streaming, live transcription, breakout rooms, polling, 1:1 private chat, and meeting reactions. [optional]
end_to_end_encrypted_meetings bool Allow use of end-to-end encryption for meetings. If set to `true`, you can specify the encryption type in `encryption_type` field. [optional]
meeting_password bool If set to `true`, all instant, and scheduled meetings that users can join via client, or room systems will be passcode-protected. The Personal Meeting ID (PMI) meetings are not included in this setting. [optional]
meeting_password_requirement \Zoom\Api\Model\MeetingSecuritySettingsMeetingSecurityMeetingPasswordRequirement [optional]
phone_password bool Require passcode for participants joining by phone. If set to `true`, a numeric passcode will be required for participants joining by phone if your meeting has a passcode. For meeting with an alphanumeric passcode, a numeric version will be generated. [optional]
pmi_password bool If set to `true`, all Personal Meeting ID (PMI) meetings that users can join via client, or room systems will be passcode-protected. [optional]
require_password_for_scheduled_meeting bool Require a passcode for meetings which have already been scheduled. [optional]
require_password_for_scheduled_webinar bool Require a passcode for webinars which have already been scheduled. [optional]
waiting_room bool When participants join a meeting, place them in a waiting room and require the host to admit them individually. Enabling the waiting room automatically disables the setting for allowing participants to join before host. [optional]
waiting_room_settings \Zoom\Api\Model\MeetingSecuritySettingsMeetingSecurityWaitingRoomSettings [optional]
webinar_password bool If set to `true`, a passcode will be generated when scheduling a Webinar and participants require the passcode to join the Webinar. [optional]

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