Package us.zoom.sdk

Interface MeetingEvent


  • public interface MeetingEvent
    Meeting event
    • Field Detail

      • MEETING_DISCONNECTED

        static final int MEETING_DISCONNECTED
        Not connected or connecting to a meeting.
        See Also:
        Constant Field Values
      • MEETING_CONNECTING

        static final int MEETING_CONNECTING
        Start to connecting to a meeting.
        See Also:
        Constant Field Values
      • MEETING_CONNECTED

        static final int MEETING_CONNECTED
        Connected to a meeting.
        See Also:
        Constant Field Values
      • MEETING_CONNECT_FAILED

        static final int MEETING_CONNECT_FAILED
        Failed to connect to a meeting.
        See Also:
        Constant Field Values
      • MEETING_READY_TO_JOIN

        static final int MEETING_READY_TO_JOIN
        Meeting is ready to join.
        See Also:
        Constant Field Values