#include <MobileRTCRemoteControlService.h>
Inherits <NSObjectNSObject>.
◆ onEnterOrLeaveRemoteControllingStatus:
| - (void) onEnterOrLeaveRemoteControllingStatus: |
|
(BOOL) | isEnter |
|
|
optionalrequired |
Callback event when remote control starts.
- Parameters
-
| isEnter | YES if grabbing Remote Control View succeeds. Otherwise, NO. |
◆ onRemoteControlPrivilegeChanged:
| - (void) onRemoteControlPrivilegeChanged: |
|
(BOOL) | isMyControl |
|
|
optionalrequired |
Callback event when the privilege of remote control changes.
- Parameters
-
| isMyControl | YES if the current user got the remote control privilege. Otherwise, NO. |
◆ remoteControlPrivilegeChanged:
| - (void) remoteControlPrivilegeChanged: |
|
(BOOL) | isMyControl |
|
|
optional |
Callback event when the privilege of remote control changes.
- Parameters
-
| isMyControl | YES if the current user got the remote control privilege. Otherwise, NO. |
- Deprecated
- Use onRemoteControlPrivilegeChanged: instead.
◆ startRemoteControlCallBack: