4#import <Foundation/Foundation.h>
6@protocol ZoomSDKRemoteControllerDelegate <NSObject>
21@property(nonatomic, assign) id<ZoomSDKRemoteControllerDelegate> delegate;
27- (
ZoomSDKError)canRequestRemoteControl:(
unsigned int)userid;
34- (
ZoomSDKError)haveRemoteControlPrivilege:(
unsigned int)userid;
41- (
ZoomSDKError)isInRemoteControlling:(
unsigned int)userid;
62- (
ZoomSDKError)requestRemoteControl:(
unsigned int)userid;
76- (
ZoomSDKError)giveRemoteControlPrivilegeTo:(
unsigned int)userid;
83- (
ZoomSDKError)declineRemoteControlRequest:(
unsigned int)userid;
96- (
ZoomSDKError)getCurrentRemoteController:(
unsigned int*)userid;
104- (
ZoomSDKError)sendRemoteControlEvent:(NSEvent *)theEvent ShareView:(NSView*)shareView;
ZoomSDKRemoteControlStatus
Enumeration of status of remote control.
ZoomSDKError
Enumeration of common errors of SDK.
id< ZoomSDKRemoteControllerDelegate > _delegate