iOS SDK API Reference
Loading...
Searching...
No Matches
MobileRTCCallCountryCode.h
Go to the documentation of this file.
1//
2// MobileRTCCallCountryCode.h
3// MobileRTC
4//
5// Created by Zoom Video Communications on 2019/7/3.
6// Copyright © 2019 Zoom Video Communications, Inc. All rights reserved.
7//
8
9#import <Foundation/Foundation.h>
10
11@interface MobileRTCCallCountryCode : NSObject
15@property (nonatomic, retain) NSString *countryId;
19@property (nonatomic, retain) NSString *countryName;
23@property (nonatomic, retain) NSString *countryCode;
27@property (nonatomic, retain) NSString *countryNumber;
31@property (nonatomic, assign) BOOL tollFree;
32
33@end
NSString * countryCode
the country code.
NSString * countryName
the country name.
NSString * countryNumber
the country number.
NSString * countryId
the country Id.