3#import <Foundation/Foundation.h>
4#import <ZoomSDK/ZoomSDKErrors.h>
19@property(nonatomic, retain, nullable)NSString* name;
20@property(nonatomic, retain, nullable)NSString* ip;
21@property(nonatomic, retain, nullable)NSString* e164num;
26@protocol ZoomSDKH323HelperDelegate <NSObject>
40- (void) onPairCodeResult:(
H323PairingResult)pairResult MeetingNumber:(
long long)meetingNum;
48@property (assign, nonatomic, nullable) id<ZoomSDKH323HelperDelegate> delegate;
53- (NSArray*)getH323DeviceAddress;
59- (NSString*)getH323Password;
67- (
ZoomSDKError)sendMeetingPairingCode:(NSString*)pairCode meetingNum:(
long long)meetingNum;
80- (NSArray*_Nullable)getRoomH323DeviceArray;
H323CalloutStatus
Enumeration of H.323 device outgoing call status.
H323DeviceType
Enumeration of H.323 device types.
EncryptType
Enumeration of H.323/SIP encryption types.
H323PairingResult
Enumeration of H.323 device pairing Status.
ZoomSDKError
Enumeration of common errors of SDK.
H.323 device information.
id< ZoomSDKH323HelperDelegate > _delegate