iOS SDK API Reference
|
Callback event of receiving remote control. More...
#import <MobileRTCRemoteControlService.h>
Inherits <NSObjectNSObject>.
Instance Methods | |
(void) | - remoteControlPrivilegeChanged: |
Callback event of the following values when the privilege of remote control changes. | |
(void) | - startRemoteControlCallBack: |
Callback event of the following values when remote control starts. | |
Callback event of receiving remote control.
Definition at line 129 of file MobileRTCRemoteControlService.h.
|
optional |
Callback event of the following values when the privilege of remote control changes.
isMyControl | YES means that the current user got the remote control privilege. Otherwise not. |
|
optional |
Callback event of the following values when remote control starts.
resultValue | A value of MobileRTCRemoteControlError enumeration. |