macOS SDK API Reference
Loading...
Searching...
No Matches
<ZoomSDKRemoteControllerDelegate> Protocol Reference

#import <ZoomSDKRemoteControllerHelper.h>

Inherits <NSObject>.

Instance Methods

(void) - onRemoteControlStatus:User:
 Notification of remote control status.
 

Detailed Description

Definition at line 6 of file ZoomSDKRemoteControllerHelper.h.

Method Documentation

◆ onRemoteControlStatus:User:

- (void) onRemoteControlStatus: (ZoomSDKRemoteControlStatus status
User: (unsigned int)  userID 

Notification of remote control status.

Parameters
statusThe status of remote control.
userIDThe ID of user who can control others remotely.