Meeting SDK for macOS API 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. | |
Definition at line 39 of file ZoomSDKPhoneHelper.h.
- (NSString *) getCode |
Get the current call-in number’s country code.
- (NSString *) getDisplayNumber |
Get the current call-in number’s display number.
- (NSString *) getID |
Get the current call-in number’s country ID.
- (NSString *) getName |
Get the current call-in number’s country name.
- (NSString *) getNumber |
Get the current call-in number’s telephone number.
- (CallInNumberType) getType |
Get the call-in number’s call type.