Meeting SDK for macOS API Reference
Loading...
Searching...
No Matches
ZoomSDKPhoneSupportCountryInfo Class Reference

Provides information of countries that support calling out. More...

#include <ZoomSDKPhoneHelper.h>

Inherits NSObject.

Instance Methods

(NSString *) - getCountryID
 Gets the country's ID where a user can dial in.
 
(NSString *) - getCountryName
 Gets the country name.
 
(NSString *) - getCountryCode
 Gets the country code.
 

Detailed Description

Provides information of countries that support calling out.

Definition at line 34 of file ZoomSDKPhoneHelper.h.

Method Documentation

◆ getCountryCode

- (NSString *) getCountryCode

Gets the country code.

Returns
If the function succeeds, it returns the country code. (e.g. +1, +33, etc.). Otherwise, this function fails and returns nil.

◆ getCountryID

- (NSString *) getCountryID

Gets the country's ID where a user can dial in.

Returns
If the function succeeds, it returns the country ID. (e.g. US, CA, etc.). Otherwise, this function fails and returns nil.

◆ getCountryName

- (NSString *) getCountryName

Gets the country name.

Returns
If the function succeeds, it returns the country name. Otherwise, this function fails and returns nil.