Meeting SDK for iOS API Reference
Loading...
Searching...
No Matches
MobileRTCCallCountryCode Class 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.
 

Detailed Description

Provides information of countries that support calling.

Definition at line 15 of file MobileRTCCallCountryCode.h.

Property Documentation

◆ countryCode

- (NSString* _Nullable) countryCode
readwritenonatomiccopy

Get the country code.

Definition at line 27 of file MobileRTCCallCountryCode.h.

◆ countryId

- (NSString* _Nullable) countryId
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.

◆ countryName

- (NSString* _Nullable) countryName
readwritenonatomiccopy

Get the country name.

Definition at line 23 of file MobileRTCCallCountryCode.h.

◆ countryNumber

- (NSString* _Nullable) countryNumber
readwritenonatomiccopy

Get the country number.

Definition at line 31 of file MobileRTCCallCountryCode.h.

◆ tollFree

- (BOOL) tollFree
readwritenonatomicassign

Whether free.

Definition at line 35 of file MobileRTCCallCountryCode.h.