Meeting SDK error codes

Beginning March 2 2026, apps joining meetings outside their account must be authorized. Authorize apps by using either ZAK or OBF tokens, or RTMS. Learn more.

This document provides a comprehensive list of error codes that may be returned by the Zoom Meeting SDK.

Error code reference

Error NameCodeCategoryDescription
SUCCESS0SuccessInvoke function success.
FAIL1GeneralInvoke function error (client view only).
FAIL200GeneralInvoke function error (component view only).
MEETING_NOT_INIT2InitializationMeeting initialization error (client view only).

Meeting validation errors (3000-3999)

Error NameCodeDescription
EMAIL_REQUIRED3000Another meeting running.
ERROR_NOT_EXIST3001Meeting does not exist.
ERROR_NOT_HOST3003Not meeting host.
WRONG_MEETING_PASSWORD3004Wrong meeting password.
ANOTHER_MEETING_RUNNING3005Email required for webinars running.
MEETING_NOT_START3008Meeting has not started.
BE_REMOVED3009User has been removed.
REGISTRATION_REQUIRED3099This meeting requires registration.
LOGIN_REQUIRED3100Requires login.
TOKEN_ERROR3265Token error.
NOT_SUPPORT_WEBCLIENT3603Does not support start or join meeting from web.
TSP_NOT_SUPPORT3608Does not support start or join meeting from web, when you chose TSP as user audio in a meeting.
MEETING_NOT_EXIST_ALT3610Meeting does not exist.
USE_DESKTOP_OR_MOBILE3611Unable join from browser. Join using the Zoom desktop client or mobile app.
EMAIL_BLOCKED3620Email is blocked by Administrator.
NO_RESPONSE_FROM_WEB3621No response from web, try again later.
TOKEN_ERROR_ALT3623Token error.
HOST_EMAIL_REQUIRED3624Use host/alternative host to start the webinar.
HOST_INACTIVE3625Meeting host is inactive.
HOST_NOT_EXIST3702The meeting host does not exist.
API_KEY_INVALID3704The accounts API Key is not valid.
SIGNATURE_EXPIRED3705The signature has expired.
ROLE_ERROR3708Incorrect role.
HOST_NOT_FOUND3709The meeting host is not found.
API_KEY_DISABLED3710The accounts API Key is deactivated.
CANT_HOST_CONCURRENT3711Cannot not host another meeting concurrently.
SIGNATURE_INVALID3712Signature is invalid.
NO_PERMISSION3713No permission.

Connection status errors (4000-4999)

Error NameCodeDescription
RE_CONNECTING4000Reconnecting meeting.
DISCONNECT4001Meeting has disconnected.
INVALID_PARAMETER4003Invalid parameter.
MEETING_ENDED4004The meeting has been ended.
MEETING_CAPACITY_REACHED4005Meeting capacity has been reached.
MEETING_LOCKED4006The meeting has been locked.
REJECT_BARRIERS4007Reject for information barriers.
PARTICIPANT_EXIST4008Participant exists.
SERVER_ERROR4009The server encountered an internal error and was unable to process your request (client view only).
NOT_ALLOW_CROSS_JOIN4011To join a meeting hosted by an external Zoom account, your SDK app has to be published on Zoom Marketplace. See Section 6.1 of Zoom's API License Terms of Use.
RECORDING_TOKE_EXPIRED4016Cannot join meeting with an expired recording token (component view only).

System and service errors

Error NameCodeDescription
BLOCKED_BY_HOST_ADMIN6603Join failed because this Meeting SDK key is blocked by the host's account administrator (client view only).
SDK_VERSION_UNSUPPORTED10000The current SDK version is no longer supported. Upgrade to the latest version.
UNABLE_JOIN_ENDED_SIMULIVE13208You cannot join this simulive webinar now because it has ended (client view only).

undefined