9#import <Foundation/Foundation.h>
19@property (nonatomic, copy) NSString * _Nullable
countryID;
39@property (nonatomic, copy) NSString * _Nullable countryID;
43@property (nonatomic, copy) NSString * _Nullable countryCode;
47@property (nonatomic, copy) NSString * _Nullable countryName;
51@property (nonatomic, copy) NSString * _Nullable number;
55@property (nonatomic, copy) NSString * _Nullable displayNumber;
71@property (nonatomic, copy) NSString * _Nullable countryCode;
76@property (nonatomic, copy) NSString * _Nullable phoneNumber;
81@property (nonatomic, copy) NSString * _Nullable name;
86@property (nonatomic, assign) BOOL bPressOne;
91@property (nonatomic, assign) BOOL bGreeting;
101- (BOOL)isSupportPhoneFeature;
116- (
ZoomVideoSDKError)inviteByPhone:(NSString *_Nonnull)countryCode phoneNumber:(NSString *_Nonnull)phoneNumber name:(NSString *_Nonnull)name
117DEPRECATED_MSG_ATTRIBUTE("use invitePhoneUser: instead");
ZoomVideoSDKError
ZoomVideoSDKError An enumeration of error.
ZoomVideoSDKPhoneStatus
Status of telephone.
ZoomVideoSDKDialInNumType
For dial in number information.
The info for InvitePhoneUser.
support country information interface.
NSString *_Nullable countryCode
The country code.
NSString *_Nullable countryName
The country name.
NSString *_Nullable countryID
The country ID.