6#import <Foundation/Foundation.h>
7#import <ZoomSDK/ZoomSDKErrors.h>
27@property(nonatomic, retain, nullable)NSString* name;
31@property(nonatomic, retain, nullable)NSString* ip;
35@property(nonatomic, retain, nullable)NSString* e164num;
51@protocol ZoomSDKH323HelperDelegate <NSObject>
64- (void) onPairCodeResult:(
H323PairingResult)pairResult MeetingNumber:(
long long)meetingNum;
78@property (assign, nonatomic, nullable) id<ZoomSDKH323HelperDelegate> delegate;
83- (NSArray*)getH323DeviceAddress;
89- (NSString*)getH323Password;
97- (
ZoomSDKError)sendMeetingPairingCode:(NSString*)pairCode meetingNum:(
long long)meetingNum;
110- (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.
Represents H.323 device information used in Zoom meetings.
Provides helper APIs for H.323 device management in Zoom meetings.
id< ZoomSDKH323HelperDelegate > _delegate