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

#include <ZoomSDKPhoneHelper.h>

Inherits NSObject.

Instance Methods

(NSString *) - getID
 Get the current call-in number’s country ID.
 
(NSString *) - getCode
 Get the current call-in number’s country code.
 
(NSString *) - getName
 Get the current call-in number’s country name.
 
(NSString *) - getNumber
 Get the current call-in number’s telephone number.
 
(NSString *) - getDisplayNumber
 Get the current call-in number’s display number.
 
(CallInNumberType- getType
 Get the call-in number’s call type.
 

Detailed Description

Definition at line 39 of file ZoomSDKPhoneHelper.h.

Method Documentation

◆ getCode

- (NSString *) getCode

Get the current call-in number’s country code.

Returns
The country code.

◆ getDisplayNumber

- (NSString *) getDisplayNumber

Get the current call-in number’s display number.

Returns
The display number.

◆ getID

- (NSString *) getID

Get the current call-in number’s country ID.

Returns
The country ID.

◆ getName

- (NSString *) getName

Get the current call-in number’s country name.

Returns
The country name.

◆ getNumber

- (NSString *) getNumber

Get the current call-in number’s telephone number.

Returns
The telephone number.

◆ getType

- (CallInNumberType) getType

Get the call-in number’s call type.

Returns
Call type. For more details, see CallInNumberType.