Meeting SDK for macOS API 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. | |
Definition at line 7 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. |