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

Represents call-in phone number information. More...

#include <ZoomSDKPhoneHelper.h>

Inherits NSObject.

Instance Methods

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

Detailed Description

Represents call-in phone number information.

Definition at line 57 of file ZoomSDKPhoneHelper.h.

Method Documentation

◆ getCode

- (NSString *) getCode

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

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

◆ getDisplayNumber

- (NSString *) getDisplayNumber

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

Returns
If the function succeeds, it returns the display number. Otherwise, this function fails and returns nil.

◆ getID

- (NSString *) getID

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

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

◆ getName

- (NSString *) getName

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

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

◆ getNumber

- (NSString *) getNumber

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

Returns
If the function succeeds, it returns the telephone number. Otherwise, this function fails and returns nil.

◆ getType

- (CallInNumberType) getType

Gets the call-in number’s call type.

Returns
Call type.