Meeting SDK for Android API Reference
Loading...
Searching...
No Matches
MeetingEvent.java
Go to the documentation of this file.
1
package
us.zoom.sdk;
2
8
public
interface
MeetingEvent
{
9
13
public
final
static
int
MEETING_DISCONNECTED
= 0;
14
18
public
final
static
int
MEETING_CONNECTING
= 1;
19
23
public
final
static
int
MEETING_CONNECTED
= 2;
24
28
public
final
static
int
MEETING_CONNECT_FAILED
= 3;
29
33
public
final
static
int
MEETING_READY_TO_JOIN
= 4;
34
35
}
us.zoom.sdk.MeetingEvent
Meeting event.
Definition
MeetingEvent.java:8
us.zoom.sdk.MeetingEvent.MEETING_CONNECTING
static final int MEETING_CONNECTING
Definition
MeetingEvent.java:18
us.zoom.sdk.MeetingEvent.MEETING_CONNECTED
static final int MEETING_CONNECTED
Definition
MeetingEvent.java:23
us.zoom.sdk.MeetingEvent.MEETING_READY_TO_JOIN
static final int MEETING_READY_TO_JOIN
Definition
MeetingEvent.java:33
us.zoom.sdk.MeetingEvent.MEETING_CONNECT_FAILED
static final int MEETING_CONNECT_FAILED
Definition
MeetingEvent.java:28
us.zoom.sdk.MeetingEvent.MEETING_DISCONNECTED
static final int MEETING_DISCONNECTED
Definition
MeetingEvent.java:13
sdk
MeetingEvent.java
Generated by
1.12.0