Skip to content

Latest commit

 

History

History
25 lines (22 loc) · 4.19 KB

MeetingWebinarSecurityGroupSettings1MeetingSecurity.md

File metadata and controls

25 lines (22 loc) · 4.19 KB

# MeetingWebinarSecurityGroupSettings1MeetingSecurity

Properties

Name Type Description Notes
auto_security bool Whether to 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. [optional]
block_user_domain bool Whether to block users in specific domains from joining meetings and webinars. [optional]
block_user_domain_list string[] The domain to block, up to 20 domains. For example, the `*.example.com` domain. [optional]
chat_etiquette_tool \Zoom\Api\Model\MeetingWebinarSecurityGroupSettings1MeetingSecurityChatEtiquetteTool [optional]
embed_password_in_join_link bool Whether the meeting password will be encrypted and included in the invitation link. The provided link will allow participants to join the meeting without having to enter the password. [optional]
encryption_type string The type of encryption to use when starting a meeting: * `enhanced_encryption` — Use enhanced encryption. Encryption data is stored in the cloud. * `e2ee` — End-to-end encryption. The encryption key is stored on the local device and cannot be obtained by anyone else. Enabling E2EE also disables certain features, such as cloud recording, live streaming, and allowing participants to join before the host. [optional]
end_to_end_encrypted_meetings bool Whether to enable end-to-end encryption for meetings. If enabled, you can specify the type of encryption in the `encryption_type` field. [optional]
meeting_password bool Whether all instant and scheduled meetings that users can join via client or Zoom Rooms systems are password-protected. Personal Meeting ID (PMI) meetings are not included in this setting. [optional]
meeting_password_requirement \Zoom\Api\Model\MeetingWebinarSecurityGroupSettingsMeetingSecurityMeetingPasswordRequirement [optional]
only_authenticated_can_join_from_webclient bool Whether to specify that only authenticated users can join the meeting from the web client. [optional]
phone_password bool Whether to require a password for participants joining by phone. If enabled and the meeting is password-protected, a numeric password is required for participants to join by phone. For meetings with alphanumeric passwords, a numeric password will be generated. [optional]
pmi_password bool Whether all Personal Meeting ID (PMI) meetings that users can join via client or Zoom Rooms systems are password-protected. [optional]
require_password_for_scheduled_meeting bool Whether to require a password for meetings that have already been scheduled. [optional]
require_password_for_scheduled_webinar bool Whether to require a password for webinars that have already been scheduled. [optional]
waiting_room bool Whether participants are placed in the Waiting Room when they join a meeting. If the Waiting Room feature is enabled, the Allow participants to join before host setting is automatically disabled. [optional]
waiting_room_settings \Zoom\Api\Model\MeetingOrWebinarSecurityAccountSettingsMeetingSecurityWaitingRoomSettings [optional]
webinar_password bool Whether to generate a password when scheduling webinars. Participants must use the generated password to join the scheduled webinar. [optional]

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