public static interface InMeetingRemoteController.InMeetingRemoteControlListener
extends us.zoom.androidlib.util.IListener
Modifier and Type | Method and Description |
---|---|
void |
onUserGetRemoteControlPrivilege(long userId)
Callback once the privilege of remote control is changed.
|
void |
remoteControlStarted(long userId)
Callback when the user starts to remote control.
|
void onUserGetRemoteControlPrivilege(long userId)
userId
- The ID of user who has remote control privilege.void remoteControlStarted(long userId)
userId
- The ID of user who starts to remote control.