public interface MeetingEndReason
Modifier and Type | Field and Description |
---|---|
static int |
END_BY_HOST
Host ends the meeting.
|
static int |
END_BY_HOST_START_ANOTHERMEETING
Meeting ends by the host for he will start another meeting.
|
static int |
END_BY_SDK_CONNECTION_BROKEN
Meeting ends for SDK disconnects.
|
static int |
END_BY_SELF
User leaves meeting.
|
static int |
END_FOR_FREEMEET_TIMEOUT
Meeting ends when the free service is over.
|
static int |
END_FOR_JBHTIMEOUT
Join the meeting before host (JBH) timeout.
|
static int |
END_FOR_NOATEENDEE
Meeting ends for there is no attendee comes in.
|
static int |
KICK_BY_HOST
Host kicks off the meeting.
|
static final int END_BY_SELF
static final int KICK_BY_HOST
static final int END_BY_HOST
static final int END_FOR_JBHTIMEOUT
static final int END_FOR_FREEMEET_TIMEOUT
static final int END_FOR_NOATEENDEE
static final int END_BY_HOST_START_ANOTHERMEETING
static final int END_BY_SDK_CONNECTION_BROKEN