|
Video SDK for MacOS API Reference
|
Represents dial-in number information for a specific country. More...
#include <ZMVideoSDKPhoneHelper.h>
Inherits NSObject.
Properties | |
| NSString * | countryID |
| The country ID of the current information. | |
| NSString * | countryCode |
| The country code of the current information. | |
| NSString * | countryName |
| The country name of the current information. | |
| NSString * | number |
| The country number. | |
| NSString * | displayNumber |
| The display number. | |
| ZMVideoSDKDialInNumType | type |
| The type of dial in number. | |
| BOOL | isDedicateID |
| Is the dial number an account dedicated number. | |
Represents dial-in number information for a specific country.
Definition at line 14 of file ZMVideoSDKPhoneHelper.h.
|
readnonatomiccopy |
The country code of the current information.
Definition at line 22 of file ZMVideoSDKPhoneHelper.h.
|
readnonatomiccopy |
The country ID of the current information.
Definition at line 18 of file ZMVideoSDKPhoneHelper.h.
|
readnonatomiccopy |
The country name of the current information.
Definition at line 26 of file ZMVideoSDKPhoneHelper.h.
|
readnonatomiccopy |
The display number.
Definition at line 34 of file ZMVideoSDKPhoneHelper.h.
|
readnonatomicassign |
Is the dial number an account dedicated number.
Definition at line 42 of file ZMVideoSDKPhoneHelper.h.
|
readnonatomiccopy |
The country number.
Definition at line 30 of file ZMVideoSDKPhoneHelper.h.
|
readnonatomicassign |
The type of dial in number.
Definition at line 38 of file ZMVideoSDKPhoneHelper.h.