Meeting SDK for Android API Reference
|
Enumeration of ending meeting errors. 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 |
Enumeration of ending meeting errors.
Definition at line 8 of file MeetingEndReason.java.
|
static |
Host ends the meeting.
Definition at line 16 of file MeetingEndReason.java.
|
static |
Host ends the meeting for he will start another meeting.
Definition at line 28 of file MeetingEndReason.java.
|
static |
User leaves meeting.
Definition at line 10 of file MeetingEndReason.java.
|
static |
Meeting is ended for the free meeting timeout.
Definition at line 22 of file MeetingEndReason.java.
|
static |
Join the meeting before host (JBH) timeout.
Definition at line 19 of file MeetingEndReason.java.
|
static |
Meeting ends for there is no attendee comes in.
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.