Meeting SDK for Android API Reference
|
Enumeration of errors to start/join meeting. More...
Data Fields | |
int | MEETING_ERROR_BLOCKED_BY_ACCOUNT_ADMIN = 64 |
int | MEETING_ERROR_NEED_SIGN_IN_FOR_PRIVATE_MEETING = 82 |
Enumeration of errors to start/join meeting.
Definition at line 6 of file MeetingError.java.
|
static |
App privilege token error.
Definition at line 102 of file MeetingError.java.
int us.zoom.sdk.MeetingError.MEETING_ERROR_BLOCKED_BY_ACCOUNT_ADMIN = 64 |
Join failed because this Meeting SDK key is blocked by the host’s account admin.
Definition at line 84 of file MeetingError.java.
|
static |
The ZOOM SDK version is incompatible.
Definition at line 21 of file MeetingError.java.
|
static |
The connection with the backend service has errors.
Definition at line 24 of file MeetingError.java.
|
static |
It is disallowed to register the webinar with the host's email.
Definition at line 60 of file MeetingError.java.
|
static |
It is disallowed to register the webinar with the panelist's email.
Definition at line 63 of file MeetingError.java.
|
static |
User leaves the meeting when waiting for the host to start.
Definition at line 72 of file MeetingError.java.
|
static |
The host has denied your webinar registration.
Definition at line 66 of file MeetingError.java.
|
static |
Host disallow outside user join.
Definition at line 78 of file MeetingError.java.
|
static |
The meeting number is wrong.
Definition at line 12 of file MeetingError.java.
|
static |
Meeting is failed due to invalid arguments.
Definition at line 90 of file MeetingError.java.
|
static |
Meeting API can not be called now.
Definition at line 96 of file MeetingError.java.
|
static |
Jmak user email not match
Definition at line 99 of file MeetingError.java.
|
static |
The meeting is locked by the host.
Definition at line 45 of file MeetingError.java.
|
static |
The meeting does not exist.
Definition at line 36 of file MeetingError.java.
|
static |
Meeting is over.
Definition at line 33 of file MeetingError.java.
|
static |
MMR issue, please check MMR configuration.
Definition at line 27 of file MeetingError.java.
int us.zoom.sdk.MeetingError.MEETING_ERROR_NEED_SIGN_IN_FOR_PRIVATE_MEETING = 82 |
Need sign in using the same account as the meeting organizer.
Definition at line 87 of file MeetingError.java.
|
static |
The network is unavailable.
Definition at line 18 of file MeetingError.java.
|
static |
No MMR is valid.
Definition at line 42 of file MeetingError.java.
|
static |
The amount of webinar attendees reaches the upper limit.
Definition at line 57 of file MeetingError.java.
|
static |
User is removed from meeting by host.
Definition at line 75 of file MeetingError.java.
|
static |
The meeting is restricted.
Definition at line 48 of file MeetingError.java.
|
static |
The meeting is restricted to join before host.
Definition at line 51 of file MeetingError.java.
|
static |
Failed to create video and audio data connection with MMR.
Definition at line 30 of file MeetingError.java.
|
static |
Start/Join meeting successfully.
Definition at line 9 of file MeetingError.java.
|
static |
Timeout.
Definition at line 15 of file MeetingError.java.
|
static |
To join a meeting hosted by an external Zoom account, your SDK app has to be published on Zoom Marketplace. You can refer to Section 6.1 of Zoom's API License Terms of Use.
Definition at line 81 of file MeetingError.java.
|
static |
Unknown error.
Definition at line 93 of file MeetingError.java.
|
static |
The number of participants exceeds the upper limit. For user that can't join the meeting, they can go to watch the live stream with the interface InMeetingServiceListener#onMeetingFullToWatchLiveStream(String)
if the host has started.
Definition at line 39 of file MeetingError.java.
|
static |
Failed to request the web service.
Definition at line 54 of file MeetingError.java.
|
static |
Sign in with the specified account to join webinar.
Definition at line 69 of file MeetingError.java.