iOS API
Instance Methods | List of all members
<MobileRTCRemoteControlDelegate > Protocol Reference

Callback event of receiving remote control. More...

#import <MobileRTCRemoteControlService.h>

Inheritance diagram for <MobileRTCRemoteControlDelegate >:

Instance Methods

(void) - remoteControlPrivilegeChanged:
 Callback event of the following values when the privilege of remote control changes. More...
 
(void) - startRemoteControlCallBack:
 Callback event of the following values when remote control starts. More...
 

Detailed Description

Callback event of receiving remote control.

Method Documentation

◆ remoteControlPrivilegeChanged:()

- (void MobileRTCRemoteControlDelegate) 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 MobileRTCRemoteControlDelegate) startRemoteControlCallBack: (MobileRTCRemoteControlError)  resultValue
optional

Callback event of the following values when remote control starts.

Parameters
resultValueA value of MobileRTCRemoteControlError enumeration.

The documentation for this protocol was generated from the following file: