iOS SDK API Reference
Loading...
Searching...
No Matches
<MobileRTCRemoteControlDelegate> Protocol 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.
 

Detailed Description

Callback event of receiving remote control.

Definition at line 129 of file MobileRTCRemoteControlService.h.

Method Documentation

◆ remoteControlPrivilegeChanged:

- (void) remoteControlPrivilegeChanged: (BOOL)  isMyControl
optional

Callback event of the following values when the privilege of remote control changes.

Parameters
isMyControlYES means that the current user got the remote control privilege. Otherwise not.

◆ startRemoteControlCallBack:

- (void) startRemoteControlCallBack: (MobileRTCRemoteControlError resultValue
optional

Callback event of the following values when remote control starts.

Parameters
resultValueA value of MobileRTCRemoteControlError enumeration.