6#import <Foundation/Foundation.h>
16@property (nonatomic, copy) NSString * _Nullable
countryID;
36@property (nonatomic, copy) NSString * _Nullable countryID;
40@property (nonatomic, copy) NSString * _Nullable countryCode;
44@property (nonatomic, copy) NSString * _Nullable countryName;
48@property (nonatomic, copy) NSString * _Nullable number;
52@property (nonatomic, copy) NSString * _Nullable displayNumber;
68@property (nonatomic, copy) NSString * _Nullable countryCode;
73@property (nonatomic, copy) NSString * _Nullable phoneNumber;
78@property (nonatomic, copy) NSString * _Nullable name;
83@property (nonatomic, assign) BOOL bPressOne;
88@property (nonatomic, assign) BOOL bGreeting;
101- (BOOL)isSupportPhoneFeature;
117- (
ZoomVideoSDKError)inviteByPhone:(NSString *_Nonnull)countryCode phoneNumber:(NSString *_Nonnull)phoneNumber name:(NSString *_Nonnull)name
118DEPRECATED_MSG_ATTRIBUTE("use invitePhoneUser: instead");
ZoomVideoSDKError
Enumerates all errors in the VideoSDK.
ZoomVideoSDKPhoneStatus
Enumerates the statuses of a phone call.
ZoomVideoSDKDialInNumType
Enumeration of the number types for calling to join the audio into a meeting.
For dial in number information.
The info for InvitePhoneUser.
Provides methods for managing phone-related session features such as dial-in and phone invites.
support country information interface.
NSString *_Nullable countryCode
The country code.
NSString *_Nullable countryName
The country name.
NSString *_Nullable countryID
The country ID.