Name | Type | Description | Notes |
---|---|---|---|
approved_list | string[] | List of countries/regions from where participants can join this meeting. | [optional] |
denied_list | string[] | List of countries/regions from where participants can not join this meeting. | [optional] |
enable | bool | `true`: Setting enabled to either allow users or block users from specific regions to join your meetings. <br> `false`: Setting disabled. | [optional] |
method | string | Specify whether to allow users from specific regions to join this meeting; or block users from specific regions from joining this meeting. <br><br> `approve`: Allow users from specific regions/countries to join this meeting. If this setting is selected, the approved regions/countries must be included in the `approved_list`.<br><br> `deny`: Block users from specific regions/countries from joining this meeting. If this setting is selected, the approved regions/countries must be included in the `denied_list` | [optional] |