Skip to content

Latest commit

 

History

History
11 lines (8 loc) · 2.12 KB

VideoSDKAccountInMeetingSettingsInMeeting.md

File metadata and controls

11 lines (8 loc) · 2.12 KB

# VideoSDKAccountInMeetingSettingsInMeeting

Properties

Name Type Description Notes
custom_data_center_regions bool Whether custom data center regions are in use: * `true` — Users can select data center regions to use for hosting real-time meeting traffic. The data center regions can be provided in the `data_center_regions` field. * `false` — Only the default data center regions. [optional]
data_center_regions string[] If the value of `custom_data_center_regions` is `true`, a comma-separated list of the selected custom data center regions: * `AU` — Australia. * `LA` — Latin America. * `CA` — Canada. * `CN` — China. * `DE` — Germany. * `HK` — Hong Kong SAR. * `IN` — India. * `IE` — Ireland. * `TY` — Japan. * `MX` — Mexico. * `NL` — Netherlands. * `SG` — Singapore. * `US` — United States. [optional]
unchecked_data_center_regions string[] If the value of `custom_data_center_regions` is `true`, a comma-separated list the data center regions that are not selected: * `EU` — Europe. * `HK` — Hong Kong. * `AU` — Australia. * `IN` — India. * `LA` — Latin America. * `TY` — Tokyo. * `CN` — China. * `US` — United States. * `CA` — Canada. [optional]

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