macOS SDK API 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. | |
Definition at line 39 of file ZoomSDKPhoneHelper.h.
- (NSString *) getCode |
The code of country from where user calls in.
- (NSString *) getDisplayNumber |
Get the display number of the country.
- (NSString *) getID |
Get the ID of country from which user calls in.
- (NSString *) getName |
Get the name of country from where user calls in.
- (NSString *) getNumber |
Get the number for dialing in.
- (CallInNumberType) getType |
Get the number type for dialing in.