Video SDK for iOS API Reference
Loading...
Searching...
No Matches
ZoomVideoSDKPhoneHelper.h
Go to the documentation of this file.
1
6#import <Foundation/Foundation.h>
7
16@property (nonatomic, copy) NSString * _Nullable countryID;
20@property (nonatomic, copy) NSString * _Nullable countryName;
24@property (nonatomic, copy) NSString * _Nullable countryCode;
25@end
26
27
32@interface ZoomVideoSDKDialInNumberInfo : NSObject
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;
56@property (nonatomic, assign) ZoomVideoSDKDialInNumType type;
57
61@property (nonatomic, assign) BOOL isDedicateID;
62@end
63
64
73@property (nonatomic, copy) NSString * _Nullable countryCode;
74
78@property (nonatomic, copy) NSString * _Nullable phoneNumber;
79
83@property (nonatomic, copy) NSString * _Nullable name;
84
88@property (nonatomic, assign) BOOL bPressOne;
89
93@property (nonatomic, assign) BOOL bGreeting;
94@end
95
100@interface ZoomVideoSDKPhoneHelper : NSObject
101
106- (BOOL)isSupportPhoneFeature;
107
112- (NSArray <ZoomVideoSDKPhoneSupportCountryInfo *>* _Nullable)getSupportCountryInfo;
113
122- (ZoomVideoSDKError)inviteByPhone:(NSString *_Nonnull)countryCode phoneNumber:(NSString *_Nonnull)phoneNumber name:(NSString *_Nonnull)name
123DEPRECATED_MSG_ATTRIBUTE("use invitePhoneUser: instead");
124
130- (ZoomVideoSDKError)invitePhoneUser:(ZoomVideoSDKInvitePhoneUserInfo * _Nullable)inviteInfo;
131
136- (ZoomVideoSDKError)cancelInviteByPhone;
137
142- (ZoomVideoSDKPhoneStatus)getInviteByPhoneStatus;
143
148- (NSArray <ZoomVideoSDKDialInNumberInfo *> * _Nullable)getSessionDialInNumbers;
149
150@end
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.