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 15 of file MobileRTCCallCountryCode.h.
|
readwritenonatomiccopy |
Get the country code.
Definition at line 27 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 19 of file MobileRTCCallCountryCode.h.
|
readwritenonatomiccopy |
Get the country name.
Definition at line 23 of file MobileRTCCallCountryCode.h.
|
readwritenonatomiccopy |
Get the country number.
Definition at line 31 of file MobileRTCCallCountryCode.h.
|
readwritenonatomicassign |
Whether free.
Definition at line 35 of file MobileRTCCallCountryCode.h.