3import us.zoom.core.interfaces.IListener;
38 MobileRTCRemoteControl_Return
Enumeration of common errors of SDK.
void remoteControlStarted(long shareSourceId)
Callback when the user starts to remote control.
void onUserGetRemoteControlPrivilege(long shareSourceId)
Callback once the privilege of remote control is changed.
Remote controller interface in meeting.
MobileRTCSDKError remoteControlDoubleTap(long shareSourceID, float x, float y)
Simulate a mouse double-click with a finger clicking twice successively on the screen.
MobileRTCSDKError remoteControlKeyInput(long shareSourceID, InMeetingRemoteController.MobileRTCRemoteControlInputType keyType)
Simulate an Enter key or Delete key on the keyboard.
void addListener(InMeetingRemoteControlListener listener)
Register a listener for remote control event.
MobileRTCSDKError remoteControlCharInput(long shareSourceID, String str)
Simulate keyboard input.
boolean hasRemoteControlPrivilege(long shareSourceID)
Query if the current user has the remote control privilege.
boolean isRemoteController(long shareSourceID)
Query if the current user gets the remote control privilege.
MobileRTCSDKError startRemoteControl(long shareSourceID)
Set to start remote controlling.
MobileRTCSDKError grabRemoteControl(long shareSourceID)
Set to enable remote control. User should tap the screen icon once received the privilege to control ...
MobileRTCSDKError remoteControlLongPress(long shareSourceID, float x, float y)
Simulate a mouse right-click with a finger pressing phone screen for more than 3 seconds.
MobileRTCSDKError remoteControlSingleTap(long shareSourceID, float x, float y)
Simulate a mouse click with a finger clicking once on the screen.
MobileRTCSDKError remoteControlSingleMove(long shareSourceID, float x, float y)
Move remote cursor by dragging mouse icon on phone.
void removeListener(InMeetingRemoteControlListener listener)
Unregister the listener for remote control event.
MobileRTCSDKError remoteControlDoubleScroll(long shareSourceID, float x, float y)
Simulate a mouse scroll with two fingers scrolling up and down.