Skip to content

Latest commit

 

History

History
12 lines (9 loc) · 1.25 KB

MeetingCreateSettingsApprovedOrDeniedCountriesOrRegions.md

File metadata and controls

12 lines (9 loc) · 1.25 KB

# MeetingCreateSettingsApprovedOrDeniedCountriesOrRegions

Properties

Name Type Description Notes
approved_list string[] The list of approved countries or regions. [optional]
denied_list string[] The list of blocked countries or regions. [optional]
enable bool Whether to enable the Approve or block entry for users from specific countries/regions setting. [optional]
method string Whether to allow or block users from specific countries or regions: * `approve` — Allow users from specific countries or regions to join the meeting. If you select this setting, you must include the approved countries or regions in the `approved_list` field. * `deny` — Block users from specific countries or regions from joining the meeting. If you select this setting, you must include the blocked countries or regions in the `denied_list` field. [optional]

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