| Meeting SDK for Android API Reference
    | 
Meeting event. More...
| Static Public Attributes | |
| static final int | MEETING_DISCONNECTED = 0 | 
| static final int | MEETING_CONNECTING = 1 | 
| static final int | MEETING_CONNECTED = 2 | 
| static final int | MEETING_CONNECT_FAILED = 3 | 
| static final int | MEETING_READY_TO_JOIN = 4 | 
Meeting event.
Definition at line 8 of file MeetingEvent.java.
| 
 | static | 
Failed to connect to a meeting.
Definition at line 28 of file MeetingEvent.java.
| 
 | static | 
Connected to a meeting.
Definition at line 23 of file MeetingEvent.java.
| 
 | static | 
Start to connecting to a meeting.
Definition at line 18 of file MeetingEvent.java.
| 
 | static | 
Not connected or connecting to a meeting.
Definition at line 13 of file MeetingEvent.java.
| 
 | static | 
Meeting is ready to join.
Definition at line 33 of file MeetingEvent.java.