|
Meeting SDK for iOS API Reference
|
Provides information about countries that support calling. More...
#include <MobileRTCCallCountryCode.h>
Inherits NSObject.
Properties | |
| NSString *_Nullable | countryId |
| Gets the ID of the country where a user can dial in. The country ID (e.g., US, CA, etc.). | |
| NSString *_Nullable | countryName |
| Gets the country name. | |
| NSString *_Nullable | countryCode |
| Gets the country code. | |
| NSString *_Nullable | countryNumber |
| Gets the country number. | |
| BOOL | tollFree |
| Indicates whether the call is toll-free. | |
Provides information about countries that support calling.
Definition at line 12 of file MobileRTCCallCountryCode.h.
|
readwritenonatomiccopy |
Gets the country code.
Definition at line 27 of file MobileRTCCallCountryCode.h.
|
readwritenonatomiccopy |
Gets the ID of the country where a user can dial in. The country ID (e.g., US, CA, etc.).
Definition at line 17 of file MobileRTCCallCountryCode.h.
|
readwritenonatomiccopy |
Gets the country name.
Definition at line 22 of file MobileRTCCallCountryCode.h.
|
readwritenonatomiccopy |
Gets the country number.
Definition at line 32 of file MobileRTCCallCountryCode.h.
|
readwritenonatomicassign |
Indicates whether the call is toll-free.
Definition at line 37 of file MobileRTCCallCountryCode.h.