public interface MeetingError
Modifier and Type | Field and Description |
---|---|
static int |
MEETING_ERROR_CLIENT_INCOMPATIBLE
ZOOM SDK version is too low to connect to the meeting.
|
static int |
MEETING_ERROR_DISALLOW_HOST_RESGISTER_WEBINAR
It is disallowed to register the webinar with the host's email.
|
static int |
MEETING_ERROR_DISALLOW_PANELIST_REGISTER_WEBINAR
It is disallowed to register the webinar with the panelist's email.
|
static int |
MEETING_ERROR_EXIT_WHEN_WAITING_HOST_START
User leaves the meeting when waiting for the host to start.
|
static int |
MEETING_ERROR_HOST_DENY_EMAIL_REGISTER_WEBINAR
The registration of the webinar is rejected by the host.
|
static int |
MEETING_ERROR_INCORRECT_MEETING_NUMBER
The meeting number is wrong.
|
static int |
MEETING_ERROR_INVALID_ARGUMENTS
Meeting is failed due to invalid arguments.
|
static int |
MEETING_ERROR_INVALID_STATUS
Meeting API can not be called now.
|
static int |
MEETING_ERROR_LOCKED
Meeting is locked.
|
static int |
MEETING_ERROR_MEETING_NOT_EXIST
Meeting dose not exist.
|
static int |
MEETING_ERROR_MEETING_OVER
Meeting ends.
|
static int |
MEETING_ERROR_MMR_ERROR
MMR server error.
|
static int |
MEETING_ERROR_NETWORK_ERROR
Network error.
|
static int |
MEETING_ERROR_NETWORK_UNAVAILABLE
The network is unavailable.
|
static int |
MEETING_ERROR_NO_MMR
There is no MMR server available for the current meeting.
|
static int |
MEETING_ERROR_REGISTER_WEBINAR_FULL
The number of registers exceeds the upper limit of webinar.
|
static int |
MEETING_ERROR_REMOVED_BY_HOST
Meeting fail.
|
static int |
MEETING_ERROR_RESTRICTED
Meeting is restricted.
|
static int |
MEETING_ERROR_RESTRICTED_JBH
It is disabled to join meeting before host.
|
static int |
MEETING_ERROR_SESSION_ERROR
Session error.
|
static int |
MEETING_ERROR_SUCCESS
Start meeting successfully.
|
static int |
MEETING_ERROR_TIMEOUT
Timeout.
|
static int |
MEETING_ERROR_UNKNOWN
Unknown error.
|
static int |
MEETING_ERROR_USER_FULL
The number of participants exceeds the upper limit.
|
static int |
MEETING_ERROR_WEB_SERVICE_FAILED
Failed to request web service.
|
static int |
MEETING_ERROR_WEBINAR_ENFORCE_LOGIN
User needs to log in if he wants to join the webinar.
|
static final int MEETING_ERROR_SUCCESS
static final int MEETING_ERROR_INCORRECT_MEETING_NUMBER
static final int MEETING_ERROR_TIMEOUT
static final int MEETING_ERROR_NETWORK_UNAVAILABLE
static final int MEETING_ERROR_CLIENT_INCOMPATIBLE
static final int MEETING_ERROR_NETWORK_ERROR
static final int MEETING_ERROR_MMR_ERROR
static final int MEETING_ERROR_SESSION_ERROR
static final int MEETING_ERROR_MEETING_OVER
static final int MEETING_ERROR_MEETING_NOT_EXIST
static final int MEETING_ERROR_USER_FULL
static final int MEETING_ERROR_NO_MMR
static final int MEETING_ERROR_LOCKED
static final int MEETING_ERROR_RESTRICTED
static final int MEETING_ERROR_RESTRICTED_JBH
static final int MEETING_ERROR_WEB_SERVICE_FAILED
static final int MEETING_ERROR_REGISTER_WEBINAR_FULL
static final int MEETING_ERROR_DISALLOW_HOST_RESGISTER_WEBINAR
static final int MEETING_ERROR_DISALLOW_PANELIST_REGISTER_WEBINAR
static final int MEETING_ERROR_HOST_DENY_EMAIL_REGISTER_WEBINAR
static final int MEETING_ERROR_WEBINAR_ENFORCE_LOGIN
static final int MEETING_ERROR_EXIT_WHEN_WAITING_HOST_START
static final int MEETING_ERROR_REMOVED_BY_HOST
static final int MEETING_ERROR_INVALID_ARGUMENTS
static final int MEETING_ERROR_UNKNOWN
static final int MEETING_ERROR_INVALID_STATUS