Meeting SDK for iOS API Reference
|
Provides information of countries that support calling. More...
#include <MobileRTCCallCountryCode.h>
Inherits NSObject.
Properties | |
NSString *_Nullable | countryId |
Get the ID of the country where a user can dial in.The country ID. (e.g. US, CA, etc.). | |
NSString *_Nullable | countryName |
Get the country name. | |
NSString *_Nullable | countryCode |
Get the country code. | |
NSString *_Nullable | countryNumber |
Get the country number. | |
BOOL | tollFree |
Whether free. | |
Provides information of countries that support calling.
Definition at line 12 of file MobileRTCCallCountryCode.h.
|
readwritenonatomiccopy |
Get the country code.
Definition at line 24 of file MobileRTCCallCountryCode.h.
|
readwritenonatomiccopy |
Get the ID of the country where a user can dial in.The country ID. (e.g. US, CA, etc.).
Definition at line 16 of file MobileRTCCallCountryCode.h.
|
readwritenonatomiccopy |
Get the country name.
Definition at line 20 of file MobileRTCCallCountryCode.h.
|
readwritenonatomiccopy |
Get the country number.
Definition at line 28 of file MobileRTCCallCountryCode.h.
|
readwritenonatomicassign |
Whether free.
Definition at line 32 of file MobileRTCCallCountryCode.h.