macOS SDK API Reference
|
#import <ZoomSDKRemoteControllerHelper.h>
Inherits <NSObject>.
Instance Methods | |
(void) | - onRemoteControlStatus:User: |
Notification of remote control status. | |
Definition at line 6 of file ZoomSDKRemoteControllerHelper.h.
- (void) onRemoteControlStatus: | (ZoomSDKRemoteControlStatus) | status | |
User: | (unsigned int) | userID | |
Notification of remote control status.
status | The status of remote control. |
userID | The ID of user who can control others remotely. |