Meeting SDK for Android API Reference
Loading...
Searching...
No Matches
MeetingEvent.java
Go to the documentation of this file.
1package us.zoom.sdk;
2
8public 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}
static final int MEETING_CONNECTING
static final int MEETING_CONNECTED
static final int MEETING_READY_TO_JOIN
static final int MEETING_CONNECT_FAILED
static final int MEETING_DISCONNECTED