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

#import <ZoomSDKPhoneHelper.h>

Inherits NSObject.

Instance Methods

(NSString *) - getCountryID
 Get the ID of country where user can dial in.
 
(NSString *) - getCountryName
 Get the name of country.
 
(NSString *) - getCountryCode
 Get the code of country.
 

Detailed Description

Definition at line 21 of file ZoomSDKPhoneHelper.h.

Method Documentation

◆ getCountryCode

- (NSString *) getCountryCode

Get the code of country.

Returns
The code of country.

◆ getCountryID

- (NSString *) getCountryID

Get the ID of country where user can dial in.

Returns
The ID of country.

◆ getCountryName

- (NSString *) getCountryName

Get the name of country.

Returns
The name of country.