9#import <Foundation/Foundation.h>
11@protocol MobileRTCRemoteControlDelegate;
35@property (weak, nonatomic) id<MobileRTCRemoteControlDelegate> _Nullable
delegate;
135@protocol MobileRTCRemoteControlDelegate <NSObject>
142- (void)remoteControlPrivilegeChanged:(BOOL)isMyControl DEPRECATED_MSG_ATTRIBUTE("Use onRemoteControlPrivilegeChanged instead");
147- (void)onRemoteControlPrivilegeChanged:(BOOL)isMyControl;
154- (void)startRemoteControlCallBack:(
MobileRTCRemoteControlError)resultValue DEPRECATED_MSG_ATTRIBUTE("Use onEnterOrLeaveRemoteControllingStatus instead");
160- (void)onEnterOrLeaveRemoteControllingStatus:(BOOL)isEnter;
MobileRTCRemoteControlError
Enumeration of remote control-related operational result in meeting.
MobileRTCRemoteControlInputType
MobileRTCRemoteControlInputType An Enumeration of input types when the Enter key or Delete on the key...
@ MobileRTCRemoteControl_Del
@ MobileRTCRemoteControl_Return
MobileRTCActiveShareView is designed for Render Share Content.
It provides Remote Control Service.
id< MobileRTCRemoteControlDelegate > _Nullable delegate
Callback event of receiving remote control.