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@end
58
59
68@property (nonatomic, copy) NSString * _Nullable countryCode;
69
73@property (nonatomic, copy) NSString * _Nullable phoneNumber;
74
78@property (nonatomic, copy) NSString * _Nullable name;
79
83@property (nonatomic, assign) BOOL bPressOne;
84
88@property (nonatomic, assign) BOOL bGreeting;
89@end
90
95@interface ZoomVideoSDKPhoneHelper : NSObject
96
101- (BOOL)isSupportPhoneFeature;
102
107- (NSArray <ZoomVideoSDKPhoneSupportCountryInfo *>* _Nullable)getSupportCountryInfo;
108
117- (ZoomVideoSDKError)inviteByPhone:(NSString *_Nonnull)countryCode phoneNumber:(NSString *_Nonnull)phoneNumber name:(NSString *_Nonnull)name
118DEPRECATED_MSG_ATTRIBUTE("use invitePhoneUser: instead");
119
125- (ZoomVideoSDKError)invitePhoneUser:(ZoomVideoSDKInvitePhoneUserInfo * _Nullable)inviteInfo;
126
131- (ZoomVideoSDKError)cancelInviteByPhone;
132
137- (ZoomVideoSDKPhoneStatus)getInviteByPhoneStatus;
138
143- (NSArray <ZoomVideoSDKDialInNumberInfo *> * _Nullable)getSessionDialInNumbers;
144
145@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.