|
Meeting SDK for Android API Reference
|
Enumeration of errors when starting or joining a 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 when starting or joining a meeting.
Definition at line 6 of file MeetingError.java.
|
static |
App can not anonymous join meeting.
Definition at line 113 of file MeetingError.java.
|
static |
App privilege token error.
Definition at line 105 of file MeetingError.java.
|
static |
The authorized user is not in the meeting.
Definition at line 107 of file MeetingError.java.
| int us.zoom.sdk.MeetingError.MEETING_ERROR_BLOCKED_BY_ACCOUNT_ADMIN = 64 |
Join fails 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 |
Registering the webinar with the host's email is disallowed.
Definition at line 60 of file MeetingError.java.
|
static |
Registering the webinar with the panelist's email is disallowed.
Definition at line 63 of file MeetingError.java.
|
static |
The user leaves the meeting when waiting for the host to start.
Definition at line 72 of file MeetingError.java.
|
static |
The host denies your webinar registration.
Definition at line 66 of file MeetingError.java.
|
static |
The host disallows outside users to join.
Definition at line 78 of file MeetingError.java.
|
static |
The meeting number is incorrect.
Definition at line 12 of file MeetingError.java.
|
static |
The meeting fails due to invalid arguments.
Definition at line 93 of file MeetingError.java.
|
static |
The meeting API cannot be called now.
Definition at line 99 of file MeetingError.java.
|
static |
The Jmak user's email does not match.
Definition at line 102 of file MeetingError.java.
|
static |
The meeting is locked by the host.
Definition at line 45 of file MeetingError.java.
|
static |
Meeting disable screen capture. The current SDK does not support this restriction.
Definition at line 90 of file MeetingError.java.
|
static |
The meeting does not exist.
Definition at line 36 of file MeetingError.java.
|
static |
The meeting is over.
Definition at line 33 of file MeetingError.java.
|
static |
MMR issue. 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 |
Sign in using the same account as the meeting organizer is required.
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 |
On-behalf token invalid.
Definition at line 115 of file MeetingError.java.
|
static |
On-behalf token meeting number not match.
Definition at line 117 of file MeetingError.java.
|
static |
The number of webinar attendees reaches the upper limit.
Definition at line 57 of file MeetingError.java.
|
static |
The user is removed from the meeting by the 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 |
Fails to create video and audio data connection with MMR.
Definition at line 30 of file MeetingError.java.
|
static |
Meeting starts or joins successfully.
Definition at line 9 of file MeetingError.java.
|
static |
Timeout occurs.
Definition at line 15 of file MeetingError.java.
|
static |
To join a meeting hosted by an external Zoom account, your SDK app must be published on Zoom Marketplace. 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 96 of file MeetingError.java.
|
static |
The number of participants exceeds the upper limit. For users that cannot join the meeting, they can watch the live stream with the interface InMeetingServiceListener#onMeetingFullToWatchLiveStream(String) if the host has started.
Definition at line 39 of file MeetingError.java.
|
static |
User level privilege token not have host zak/obf.
Definition at line 111 of file MeetingError.java.
|
static |
Fails to request the web service.
Definition at line 54 of file MeetingError.java.
|
static |
Sign in with the specified account to join the webinar.
Definition at line 69 of file MeetingError.java.
|
static |
On-behalf token error. Conflicts with login credentials.
Definition at line 109 of file MeetingError.java.