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

#include <ZoomSDKRemoteControllerHelper.h>

Inherits <NSObject>.

Instance Methods

(void) - onRemoteControlStatus:User:shareSourceID:
 Notification of remote control status.
 
(void) - onUserRemoteControlForbidden:
 Callback event when the request of remote control is forbidden for guest user.
 

Detailed Description

Definition at line 7 of file ZoomSDKRemoteControllerHelper.h.

Method Documentation

◆ onRemoteControlStatus:User:shareSourceID:

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

Notification of remote control status.

Parameters
statusThe remote control's status.
userIDThe ID of user who can control others remotely.
shareSourceIDThe source ID of user who is sharing.

◆ onUserRemoteControlForbidden:

- (void) onUserRemoteControlForbidden: (unsigned int) userId

Callback event when the request of remote control is forbidden for guest user.

Parameters
userIdThe remote control user ID.