Meeting SDK for iOS API Reference
Loading...
Searching...
No Matches
<MobileRTCRemoteControlDelegate> Protocol Reference

#include <MobileRTCRemoteControlService.h>

Inherits <NSObjectNSObject>.

Instance Methods

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

Detailed Description

Definition at line 135 of file MobileRTCRemoteControlService.h.

Method Documentation

◆ onEnterOrLeaveRemoteControllingStatus:

- (void) onEnterOrLeaveRemoteControllingStatus: (BOOL) isEnter
optionalrequired

Callback event of these values when remote control starts.

Parameters
isEnterYES 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
isMyControlYES 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
isMyControlYES means that the current user got the remote control privilege. Otherwise not.
Deprecated
Use onRemoteControlPrivilegeChanged instead.

◆ startRemoteControlCallBack:

- (void) startRemoteControlCallBack: (MobileRTCRemoteControlError) resultValue
optionalrequired

Callback event of the following values when remote control starts.

Parameters
resultValueA value of MobileRTCRemoteControlError enumeration.
Deprecated
Use onEnterOrLeaveRemoteControllingStatus instead.