public interface MeetingEvent
Modifier and Type | Field and Description |
---|---|
static int |
MEETING_CONNECT_FAILED
Failed to connect to a meeting.
|
static int |
MEETING_CONNECTED
Connected to a meeting.
|
static int |
MEETING_CONNECTING
Start to connecting to a meeting.
|
static int |
MEETING_DISCONNECTED
Not connected or connecting to a meeting.
|
static int |
MEETING_READY_TO_JOIN
Meeting is ready to join.
|
static final int MEETING_DISCONNECTED
static final int MEETING_CONNECTING
static final int MEETING_CONNECTED
static final int MEETING_CONNECT_FAILED
static final int MEETING_READY_TO_JOIN