Package us.zoom.sdk

Interface InMeetingBOControllerListener

All Superinterfaces:
us.zoom.core.interfaces.IListener

public interface InMeetingBOControllerListener extends us.zoom.core.interfaces.IListener
  • Method Details

    • onHasCreatorRightsNotification

      void onHasCreatorRightsNotification(IBOCreator creator)
    • onHasAdminRightsNotification

      void onHasAdminRightsNotification(IBOAdmin iboAdmin)
    • onHasAssistantRightsNotification

      void onHasAssistantRightsNotification(IBOAssistant iboAssistant)
    • onHasAttendeeRightsNotification

      void onHasAttendeeRightsNotification(IBOAttendee iboAttendee)
    • onHasDataHelperRightsNotification

      void onHasDataHelperRightsNotification(IBOData iboData)
    • onLostCreatorRightsNotification

      void onLostCreatorRightsNotification()
    • onLostAdminRightsNotification

      void onLostAdminRightsNotification()
    • onLostAssistantRightsNotification

      void onLostAssistantRightsNotification()
    • onLostAttendeeRightsNotification

      void onLostAttendeeRightsNotification()
    • onLostDataHelperRightsNotification

      void onLostDataHelperRightsNotification()
    • onNewBroadcastMessageReceived

      void onNewBroadcastMessageReceived(String message, long senderId, String senderName)
    • onBOStopCountDown

      void onBOStopCountDown(int seconds)
      When BOOption.countdown_seconds != BO_STOP_NOT_COUNTDOWN, host stop BO and all users receive the event.
      Parameters:
      seconds - the countdown seconds
    • onHostInviteReturnToMainSession

      void onHostInviteReturnToMainSession(String name, ReturnToMainSessionHandler handler)
      When you are in BO, host invite you return to main session, you will receive the event
      Parameters:
      name - the host name
      handler - handler to return to main session
    • onBOStatusChanged

      void onBOStatusChanged(BOStatus status)
      When host change the BO status, all users receive the event
      Parameters:
      status - current status of BO
    • onBOSwitchRequestReceived

      void onBOSwitchRequestReceived(String strNewBOName, String strNewBOID)
      Whenever the host switches you to another BO while you are assigned but haven't joined the BO, you will receive this event.
      Parameters:
      strNewBOName - The new BO name.
      strNewBOID - The new BO ID. If the current user is IBOAttendee, then the 2nd parameter strNewBOID will return null.
    • onBroadcastBOVoiceStatus

      void onBroadcastBOVoiceStatus(boolean start)
      The status of broadcasting voice to bo has been changed.
      Parameters:
      start - true for start and false for stop.
    • onBOOptionChanged

      void onBOOptionChanged(BOOption newOption)
      You will receive the event when the option changes.
      Parameters:
      newOption - The new bo option.
    • onShareFromMainSession

      void onShareFromMainSession(long sharingId, SharingStatus status, IShareAction shareAction)
      You will receive this event when you are in a breakout room,and someone shares from the main session to the breakout room,
      Parameters:
      sharingId - The sharing ID.
      status - The sharing status. For more details, SharingStatus .
      shareAction - The pointer of share action object. For more details,IShareAction