|
Meeting SDK for macOS API Reference
|
The delegate protocol to receive remote control related callbacks. More...
#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. | |
The delegate protocol to receive remote control related callbacks.
Definition at line 14 of file ZoomSDKRemoteControllerHelper.h.
| - (void) onRemoteControlStatus: | (ZoomSDKRemoteControlStatus) | status | |
| User: | (unsigned int) | userID | |
| shareSourceID: | (unsigned int) | shareSourceID |
Notification of remote control status.
| status | The remote control's status. |
| userID | The ID of user who can control others remotely. |
| shareSourceID | The source ID of user who is sharing. |
| - (void) onUserRemoteControlForbidden: | (unsigned int) | userId |
Callback event when the request of remote control is forbidden for guest user.
| userId | The remote control user ID. |