Package us.zoom.sdk

Interface InMeetingEventHandler


  • public interface InMeetingEventHandler
    Meeting event handler.
    • Method Summary

      All Methods Instance Methods Abstract Methods 
      Modifier and Type Method Description
      boolean endOtherMeeting()
      End another ongoing meeting on the server to join a new meeting.
      void setMeetingNamePassword​(java.lang.String password, java.lang.String displayName, boolean cancel)
      Set the screen name and enter the password to join the meeting.
      void setRegisterWebinarInfo​(java.lang.String name, java.lang.String email, boolean cancel)
      Set the information to register the webinar.
    • Method Detail

      • setMeetingNamePassword

        void setMeetingNamePassword​(java.lang.String password,
                                    java.lang.String displayName,
                                    boolean cancel)
        Set the screen name and enter the password to join the meeting.
        Parameters:
        password - Meeting password set by the host.
        displayName - Screen name displayed in the meeting.
        cancel - Once the user cancels to provide screen name or meeting password, it is canceled to join the meeting.
      • endOtherMeeting

        boolean endOtherMeeting()
        End another ongoing meeting on the server to join a new meeting.
        Returns:
        TRUE means that another ongoing meeting is ended successfully. Otherwise not.
      • setRegisterWebinarInfo

        void setRegisterWebinarInfo​(java.lang.String name,
                                    java.lang.String email,
                                    boolean cancel)
        Set the information to register the webinar.
        Parameters:
        name - Screen name to register the webinar.
        email - The email to register.
        cancel - Cancel to join the meeting if the user does not enter the screen name or meeting password.