#include <MobileRTCRemoteControlService.h>
Inherits <NSObjectNSObject>.
◆ onEnterOrLeaveRemoteControllingStatus:
- (void) onEnterOrLeaveRemoteControllingStatus: |
|
(BOOL) | isEnter |
|
|
optionalrequired |
Callback event of these values when remote control starts.
- Parameters
-
isEnter | YES means that grab Remote Control View success . Otherwise not. |
◆ onRemoteControlPrivilegeChanged:
- (void) onRemoteControlPrivilegeChanged: |
|
(BOOL) | isMyControl |
|
|
optionalrequired |
Callback event of these values when the privilege of changes.
- Parameters
-
isMyControl | YES means that the current user got the remote control privilege. Otherwise not. |
◆ remoteControlPrivilegeChanged:
- (void) remoteControlPrivilegeChanged: |
|
(BOOL) | isMyControl |
|
|
optional |
Callback event of the following values when the privilege of remote control changes.
- Parameters
-
isMyControl | YES means that the current user got the remote control privilege. Otherwise not. |
- Deprecated
- Use onRemoteControlPrivilegeChanged instead.
◆ startRemoteControlCallBack:
Callback event of the following values when remote control starts.
- Parameters
-
resultValue | A value of MobileRTCRemoteControlError enumeration. |
- Deprecated
- Use onEnterOrLeaveRemoteControllingStatus instead.