Package us.zoom.sdk

Interface InMeetingBOControllerListener

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

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

      • 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​(java.lang.String message,
                                           long senderId,
                                           java.lang.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​(java.lang.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​(java.lang.String strNewBOName,
                                       java.lang.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.