Meeting SDK for Android API Reference
Loading...
Searching...
No Matches
MeetingError.java
Go to the documentation of this file.
1package us.zoom.sdk;
2
6public interface MeetingError {
7
9 public final static int MEETING_ERROR_SUCCESS = 0;
10
12 public final static int MEETING_ERROR_INCORRECT_MEETING_NUMBER = 1;
13
15 public final static int MEETING_ERROR_TIMEOUT = 2;
16
18 public final static int MEETING_ERROR_NETWORK_UNAVAILABLE = 3;
19
21 public final static int MEETING_ERROR_CLIENT_INCOMPATIBLE = 4;
22
24 public final static int MEETING_ERROR_CONNECTION_ERR = 5;
25
27 public final static int MEETING_ERROR_MMR_ERROR = 6;
28
30 public final static int MEETING_ERROR_SESSION_ERROR = 7;
31
33 public final static int MEETING_ERROR_MEETING_OVER = 8;
34
36 public final static int MEETING_ERROR_MEETING_NOT_EXIST = 9;
37
39 public final static int MEETING_ERROR_USER_FULL = 10;
40
42 public final static int MEETING_ERROR_NO_MMR = 11;
43
45 public final static int MEETING_ERROR_LOCKED = 12;
46
48 public final static int MEETING_ERROR_RESTRICTED = 13;
49
51 public final static int MEETING_ERROR_RESTRICTED_JBH = 14;
52
54 public final static int MEETING_ERROR_WEB_SERVICE_FAILED = 15;
55
57 public final static int MEETING_ERROR_REGISTER_WEBINAR_FULL = 16;
58
61
64
67
69 public final static int MEETING_ERROR_WEBINAR_ENFORCE_LOGIN = 20;
70
72 public final static int MEETING_ERROR_EXIT_WHEN_WAITING_HOST_START = 21;
73
75 public final static int MEETING_ERROR_REMOVED_BY_HOST = 22;
76
79
82
85
88
90 public final static int MEETING_ERROR_MEETING_DISABLE_SCREENCAPTURE = 91;
91
93 public final static int MEETING_ERROR_INVALID_ARGUMENTS = 99;
94
96 public final static int MEETING_ERROR_UNKNOWN = 100;
97
99 public final static int MEETING_ERROR_INVALID_STATUS = 101;
100
102 public final static int MEETING_ERROR_JMAK_USER_EMAIL_NOT_MATCH = 1143;
103
105 public final static int MEETING_ERROR_APP_PRIVILEGE_TOKEN_ERROR = 500;
107 public final static int MEETING_ERROR_AUTHORIZED_USER_NOT_INMEETING = 501;
115 public final static int MEETING_ERROR_ON_BEHALF_TOKEN_INVALID = 505;
118}
Enumeration of errors when starting or joining a meeting.
static final int MEETING_ERROR_SESSION_ERROR
static final int MEETING_ERROR_HOST_DENY_EMAIL_REGISTER_WEBINAR
static final int MEETING_ERROR_MEETING_OVER
static final int MEETING_ERROR_TIMEOUT
static final int MEETING_ERROR_USER_LEVEL_TOKEN_NOT_HAVE_HOST_ZAK_OBF
static final int MEETING_ERROR_AUTHORIZED_USER_NOT_INMEETING
static final int MEETING_ERROR_REGISTER_WEBINAR_FULL
static final int MEETING_ERROR_ON_BEHALF_TOKEN_NOT_MATCH_MEETING
static final int MEETING_ERROR_APP_PRIVILEGE_TOKEN_ERROR
static final int MEETING_ERROR_NO_MMR
static final int MEETING_ERROR_SUCCESS
static final int MEETING_ERROR_MEETING_DISABLE_SCREENCAPTURE
static final int MEETING_ERROR_CLIENT_INCOMPATIBLE
static final int MEETING_ERROR_DISALLOW_PANELIST_REGISTER_WEBINAR
int MEETING_ERROR_NEED_SIGN_IN_FOR_PRIVATE_MEETING
static final int MEETING_ERROR_INVALID_STATUS
static final int MEETING_ERROR_UNKNOWN
static final int MEETING_ERROR_WEB_SERVICE_FAILED
static final int MEETING_ERROR_INCORRECT_MEETING_NUMBER
static final int MEETING_ERROR_MEETING_NOT_EXIST
static final int MEETING_ERROR_CONNECTION_ERR
static final int MEETING_ERROR_REMOVED_BY_HOST
static final int MEETING_ERROR_EXIT_WHEN_WAITING_HOST_START
static final int MEETING_ERROR_NETWORK_UNAVAILABLE
static final int MEETING_ERROR_APP_CAN_NOT_ANONYMOUS_JOIN_MEETING
static final int MEETING_ERROR_DISALLOW_HOST_REGISTER_WEBINAR
static final int MEETING_ERROR_ON_BEHALF_TOKEN_INVALID
static final int MEETING_ERROR_RESTRICTED
static final int MEETING_ERROR_INVALID_ARGUMENTS
static final int MEETING_ERROR_MMR_ERROR
static final int MEETING_ERROR_USER_FULL
static final int MEETING_ERROR_WEBINAR_ENFORCE_LOGIN
static final int MEETING_ERROR_LOCKED
static final int MEETING_ERROR_RESTRICTED_JBH
static final int MEETING_FAIL_ON_BEHALF_TOKEN_CONFLICT_LOGIN_ERROR
static final int MEETING_ERROR_JMAK_USER_EMAIL_NOT_MATCH
static final int MEETING_ERROR_UNABLE_TO_JOIN_EXTERNAL_MEETING
static final int MEETING_ERROR_HOST_DISALLOW_OUTSIDE_USER_JOIN