@zoom/react-native-videosdk
    Preparing search index...

    Support country information interface.

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

    Implemented by

    Index

    Properties

    getCountryCode: () => Promise<string>

    Get the country code.

    getCountryID: () => Promise<string>

    Get the country ID.

    getCountryName: () => Promise<string>

    Get the country name.