Meeting SDK for iOS API Reference
Loading...
Searching...
No Matches
MobileRTCCallCountryCode.h
Go to the documentation of this file.
1
6#import <Foundation/Foundation.h>
7
12@interface MobileRTCCallCountryCode : NSObject
13
17@property (nonatomic, copy) NSString * _Nullable countryId;
18
22@property (nonatomic, copy) NSString * _Nullable countryName;
23
27@property (nonatomic, copy) NSString * _Nullable countryCode;
28
32@property (nonatomic, copy) NSString * _Nullable countryNumber;
33
37@property (nonatomic, assign) BOOL tollFree;
38
39@end
Provides information about countries that support calling.
NSString *_Nullable countryCode
Gets the country code.
NSString *_Nullable countryName
Gets the country name.
BOOL tollFree
Indicates whether the call is toll-free.
NSString *_Nullable countryNumber
Gets the country number.
NSString *_Nullable countryId
Gets the ID of the country where a user can dial in. The country ID (e.g., US, CA,...