9#import <Foundation/Foundation.h>
11@protocol MobileRTCRemoteControlDelegate;
33@property (assign, nonatomic) id<MobileRTCRemoteControlDelegate> _Nonnull
delegate;
129@protocol MobileRTCRemoteControlDelegate <NSObject>
136- (void)remoteControlPrivilegeChanged:(BOOL)isMyControl;
MobileRTCRemoteControlError
MobileRTCRemoteControlError An 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
It provides Remote Control Service.
BOOL isHaveRemoteControlRight()
Query if current user have control privilege. You can have this right after be assigned to the remote...
id< MobileRTCRemoteControlDelegate > _Nonnull delegate
Callback event of receiving remote control.
BOOL isRemoteController()
Query if the current user gets the remote control privilege.