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

#include <MobileRTCRemoteControlService.h>

Inherits <NSObjectNSObject>.

Instance Methods

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

Detailed Description

Definition at line 132 of file MobileRTCRemoteControlService.h.

Method Documentation

◆ onEnterOrLeaveRemoteControllingStatus:

- (void) onEnterOrLeaveRemoteControllingStatus: (BOOL) isEnter
optionalrequired

Callback event when remote control starts.

Parameters
isEnterYES if grabbing Remote Control View succeeds. Otherwise, NO.

◆ onRemoteControlPrivilegeChanged:

- (void) onRemoteControlPrivilegeChanged: (BOOL) isMyControl
optionalrequired

Callback event when the privilege of remote control changes.

Parameters
isMyControlYES if the current user got the remote control privilege. Otherwise, NO.

◆ remoteControlPrivilegeChanged:

- (void) remoteControlPrivilegeChanged: (BOOL) isMyControl
optional

Callback event when the privilege of remote control changes.

Parameters
isMyControlYES if the current user got the remote control privilege. Otherwise, NO.
Deprecated
Use onRemoteControlPrivilegeChanged: instead.

◆ startRemoteControlCallBack:

- (void) startRemoteControlCallBack: (MobileRTCRemoteControlError) resultValue
optionalrequired

Callback event when remote control starts.

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