3#import <Foundation/Foundation.h>
18@property(nonatomic, retain)NSString* name;
19@property(nonatomic, retain)NSString* ip;
20@property(nonatomic, retain)NSString* e164num;
25@protocol ZoomSDKH323HelperDelegate <NSObject>
39- (void) onPairCodeResult:(
H323PairingResult)pairResult MeetingNumber:(
long long)meetingNum;
47@property (assign, nonatomic) id<ZoomSDKH323HelperDelegate> delegate;
52- (NSArray*)getH323DeviceAddress;
58- (NSString*)getH323Password;
66- (
ZoomSDKError)sendMeetingPairingCode:(NSString*)pairCode meetingNum:(
long long)meetingNum;
79- (NSArray*)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. Available only for Huawei.
H323PairingResult
Enumeration of H.323 device pairing Status.
ZoomSDKError
Enumeration of common errors of SDK.
H.323 device information.
id< ZoomSDKH323HelperDelegate > _delegate