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

#include <ZoomSDKPhoneHelper.h>

Inherits NSObject.

Instance Methods

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

Detailed Description

Definition at line 21 of file ZoomSDKPhoneHelper.h.

Method Documentation

◆ getCountryCode

- (NSString *) getCountryCode

Get the country code.

Returns
The country code. (e.g. +1, +33, etc.).

◆ getCountryID

- (NSString *) getCountryID

Get the ID of the country where a user can dial in.

Returns
The country ID. (e.g. US, CA, etc.)

◆ getCountryName

- (NSString *) getCountryName

Get the country name.

Returns
The country name.