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

Detailed Description

Provides information about countries that support calling.

Definition at line 12 of file MobileRTCCallCountryCode.h.

Property Documentation

◆ countryCode

- (NSString* _Nullable) countryCode
readwritenonatomiccopy

Gets the country code.

Definition at line 27 of file MobileRTCCallCountryCode.h.

◆ countryId

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

◆ countryName

- (NSString* _Nullable) countryName
readwritenonatomiccopy

Gets the country name.

Definition at line 22 of file MobileRTCCallCountryCode.h.

◆ countryNumber

- (NSString* _Nullable) countryNumber
readwritenonatomiccopy

Gets the country number.

Definition at line 32 of file MobileRTCCallCountryCode.h.

◆ tollFree

- (BOOL) tollFree
readwritenonatomicassign

Indicates whether the call is toll-free.

Definition at line 37 of file MobileRTCCallCountryCode.h.