|
Meeting SDK for Android API Reference
|
Enumeration of reasons for ending a meeting. More...
Static Public Attributes | |
| static final int | END_BY_SELF = CMM_ENDMEETING_REASON.END_BY_SELF |
| static final int | KICK_BY_HOST = CMM_ENDMEETING_REASON.KICK_BY_HOST |
| static final int | END_BY_HOST = CMM_ENDMEETING_REASON.END_BY_HOST |
| static final int | END_FOR_JBH_TIMEOUT = CMM_ENDMEETING_REASON.END_FOR_JBHTIMEOUT |
| static final int | END_FOR_FREEMEET_TIMEOUT = CMM_ENDMEETING_REASON.END_FOR_FREEMEET_TIMEOUT |
| static final int | END_FOR_NO_ATEENDEE = CMM_ENDMEETING_REASON.END_FOR_NOATEENDEE |
| static final int | END_BY_HOST_START_ANOTHERMEETING = CMM_ENDMEETING_REASON.END_BY_HOST_START_ANOTHERMEETING |
| static final int | END_UNDEFINED = CMM_ENDMEETING_REASON.END_BY_SDK_CONNECTION_BROKEN |
| static final int | END_DUE_TO_AUTHORIZED_USER_LEAVE = CMM_ENDMEETING_REASON.KICKED_DUE_TO_MASTER_LEAVE |
Enumeration of reasons for ending a meeting.
Definition at line 8 of file MeetingEndReason.java.
|
static |
The host ends the meeting.
Definition at line 16 of file MeetingEndReason.java.
|
static |
The host ends the meeting because they will start another meeting.
Definition at line 28 of file MeetingEndReason.java.
|
static |
The user leaves the meeting.
Definition at line 10 of file MeetingEndReason.java.
|
static |
The authorized user leaves.
Definition at line 34 of file MeetingEndReason.java.
|
static |
The meeting ends due to free meeting timeout.
Definition at line 22 of file MeetingEndReason.java.
|
static |
Join before host (JBH) timeout.
Definition at line 19 of file MeetingEndReason.java.
|
static |
The meeting ends because no attendee joins.
Definition at line 25 of file MeetingEndReason.java.
|
static |
Represents an undefined end meeting reason. Typically used for new error codes introduced by the backend after client release.
Definition at line 31 of file MeetingEndReason.java.
|
static |
The user is kicked off by the host and leaves the meeting.
Definition at line 13 of file MeetingEndReason.java.