ZoomVideoSdkPhoneSupportCountryInfoType: {
    getCountryCode: () => Promise<string>;
    getCountryID: () => Promise<string>;
    getCountryName: () => Promise<string>;
}

Support country information interface.

Type declaration

  • getCountryCode: () => Promise<string>

    Get the country code.

  • getCountryID: () => Promise<string>

    Get the country ID.

  • getCountryName: () => Promise<string>

    Get the country name.

MMNEPVFCICPMFPCPTTAAATR