Meeting SDK for Android API Reference
Loading...
Searching...
No Matches
us.zoom.sdk.MeetingEvent Interface 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
 

Detailed Description

Meeting event.

Author
yangrui

Definition at line 8 of file MeetingEvent.java.

Field Documentation

◆ MEETING_CONNECT_FAILED

final int us.zoom.sdk.MeetingEvent.MEETING_CONNECT_FAILED = 3
static

Failed to connect to a meeting.

Definition at line 28 of file MeetingEvent.java.

◆ MEETING_CONNECTED

final int us.zoom.sdk.MeetingEvent.MEETING_CONNECTED = 2
static

Connected to a meeting.

Definition at line 23 of file MeetingEvent.java.

◆ MEETING_CONNECTING

final int us.zoom.sdk.MeetingEvent.MEETING_CONNECTING = 1
static

Start to connecting to a meeting.

Definition at line 18 of file MeetingEvent.java.

◆ MEETING_DISCONNECTED

final int us.zoom.sdk.MeetingEvent.MEETING_DISCONNECTED = 0
static

Not connected or connecting to a meeting.

Definition at line 13 of file MeetingEvent.java.

◆ MEETING_READY_TO_JOIN

final int us.zoom.sdk.MeetingEvent.MEETING_READY_TO_JOIN = 4
static

Meeting is ready to join.

Definition at line 33 of file MeetingEvent.java.