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

#import <ZoomSDKPhoneHelper.h>

Inherits NSObject.

Instance Methods

(NSString *) - getID
 Get the ID of country from which user calls in.
 
(NSString *) - getCode
 The code of country from where user calls in.
 
(NSString *) - getName
 Get the name of country from where user calls in.
 
(NSString *) - getNumber
 Get the number for dialing in.
 
(NSString *) - getDisplayNumber
 Get the display number of the country.
 
(CallInNumberType- getType
 Get the number type for dialing in.
 

Detailed Description

Definition at line 39 of file ZoomSDKPhoneHelper.h.

Method Documentation

◆ getCode

- (NSString *) getCode

The code of country from where user calls in.

Returns
The code of country.

◆ getDisplayNumber

- (NSString *) getDisplayNumber

Get the display number of the country.

Returns
The display number of the country.

◆ getID

- (NSString *) getID

Get the ID of country from which user calls in.

Returns
The country ID.

◆ getName

- (NSString *) getName

Get the name of country from where user calls in.

Returns
The name of country.

◆ getNumber

- (NSString *) getNumber

Get the number for dialing in.

Returns
The number for dialing in.

◆ getType

- (CallInNumberType) getType

Get the number type for dialing in.

Returns
The number type.