Type Alias ZoomVideoSdkPhoneSupportCountryInfoType
ZoomVideoSdkPhoneSupportCountryInfoType: {
getCountryCode: () => Promise<string>;
getCountryID: () => Promise<string>;
getCountryName: () => Promise<string>;
}
Type declaration
getCountryCode: () => Promise<string>
getCountryID: () => Promise<string>
getCountryName: () => Promise<string>
Support country information interface.