Package us.zoom.sdk

Interface InMeetingRemoteController.InMeetingRemoteControlListener

  • All Superinterfaces:
    us.zoom.core.interfaces.IListener
    Enclosing interface:
    InMeetingRemoteController

    public static interface InMeetingRemoteController.InMeetingRemoteControlListener
    extends us.zoom.core.interfaces.IListener
    • Method Detail

      • onUserGetRemoteControlPrivilege

        void onUserGetRemoteControlPrivilege​(long userId)
        Callback once the privilege of remote control is changed.
        Parameters:
        userId - The ID of user who has remote control privilege.
      • remoteControlStarted

        void remoteControlStarted​(long userId)
        Callback when the user starts to remote control.
        Parameters:
        userId - The ID of user who starts to remote control.