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.

The Meeting SDK for Android might return errors in the callbacks or as return values. This page provides a description of possible error codes and how to mitigate them. If you receive an error code, cross-check here to get information the error and its resolution.

Can't find the SDK error code you're seeing? Head over to the devforums.

Global SDK error codes

NameError CodeDescription
ZOOM_ERROR_SUCCESS0Function calls successfully.
ZOOM_ERROR_INVALID_ARGUMENTS1Function calls failed due to one or more invalid arguments.
ZOOM_ERROR_NETWORK_UNAVAILABLE3Your network is unavailable.
ZOOM_ERROR_AUTHRET_CLIENT_INCOMPATIBLE4The API calls failed due to auth client version incompatibility.
ZOOM_ERROR_AUTHRET_TOKENWRONG5The JWT token to authenticate is wrong.
ZOOM_ERROR_AUTHRET_KEY_OR_SECRET_ERROR6Auth fail: key or secret error.
ZOOM_ERROR_AUTHRET_ACCOUNT_NOT_SUPPORT7Auth fail: account not support.
ZOOM_ERROR_AUTHRET_ACCOUNT_NOT_ENABLE_SDK8Auth fail: SDK not enabled on the account.
ZOOM_ERROR_DEVICE_NOT_SUPPORTED99Your device is not supported by Zoom.
ZOOM_ERROR_UNKNOWN100Error unknown. Please seek help on Zoom Developer Forum.

API error codes

NameError CodeDescription
ZOOM_API_ERROR_SUCCESS0Successfully made API call.
ZOOM_API_ERROR_FAILED_WRONGPARAMETERS6Failed due to one or more invalid arguments.
ZOOM_API_INVALID_STATUS101Our API is taking a break. Please try again later.

Authentication error codes

NameError CodeDescription
ZOOM_AUTH_ERROR_SUCCESS0Authentication success
ZOOM_AUTH_ERROR_USER_NOT_EXIST2User does not exist
ZOOM_AUTH_ERROR_WRONG_PASSWORD3Incorrect password.
ZOOM_AUTH_ERROR_WRONG_ACCOUNTLOCKED4The account is locked.
ZOOM_AUTH_ERROR_WRONG_SDKNEEDUPDATE5The SDK needs upgrade.
ZOOM_AUTH_ERROR_WRONG_TOOMANY_FAILED_ATTEMPTS6Too many failed attempts, please try again later.
ZOOM_AUTH_ERROR_WRONG_SMSCODEERROR7SMS code error.
ZOOM_AUTH_ERROR_WRONG_SMSCODEEXPIRED8SMS code expired.
ZOOM_AUTH_ERROR_WRONG_PHONENUMBERFORMATINVALID9Phone number format is invalid.
ZOOM_AUTH_ERROR_LOGINTOKENINVALID10Login token is invalid.
ZOOM_AUTH_ERROR_UserDisagreeLoginDisclaimer11The user disagrees with the login disclaimer.
ZOOM_AUTH_MFA_REQUIRED12Multi-factor auth required.
ZOOM_AUTH_ERROR_NEED_BIRTHDAY_ASK13No birthday provided in this account.
ZOOM_AUTH_ERROR_WRONG_OTHER_ISSUE100Our API is taking a break. Please try again later.

Pre-meeting error codes

NameError CodeDescription
PreMeetingError_Unknown-1Unknown Error. Please seek help on Zoom Developer Forum.
PreMeetingError_Success0Pre-meeting function call succeed.

Meeting error codes

NameError CodeDescription
MEETING_ERROR_SUCCESS0Start meeting successfully.
MEETING_ERROR_CLIENT_INCOMPATIBLE4Zoom SDK version is too low.
MEETING_ERROR_NETWORK_ERROR5Network error.
MEETING_ERROR_MMR_ERROR6MMR server error.
MEETING_ERROR_SESSION_ERROR7Session error.
MEETING_ERROR_MEETING_OVER8Requested meeting already ended.
MEETING_ERROR_MEETING_NOT_EXIST9Meeting does not exist.
MEETING_ERROR_USER_FULL10The number of participants exceeds the upper limit.
MEETING_ERROR_NO_MMR11There is no MMR server available for the current meeting.
MEETING_ERROR_LOCKED12Meeting is locked.
MEETING_ERROR_RESTRICTED13Meeting is restricted.
MEETING_ERROR_RESTRICTED_JBH14Join meeting before the host is not allowed.
MEETING_ERROR_WEB_SERVICE_FAILED15Failed to request web service.
MEETING_ERROR_REGISTER_WEBINAR_FULL16The number of registers exceeds the upper limit of the webinar.
MEETING_ERROR_DISALLOW_HOST_REGISTER_WEBINAR17Registering the webinar with the host's email is not allowed.
MEETING_ERROR_DISALLOW_PANELIST_REGISTER_WEBINAR18Registering the webinar with the panelist's email is not allowed.
MEETING_ERROR_HOST_DENY_EMAIL_REGISTER_WEBINAR19The registration of the webinar is rejected by the host.
MEETING_ERROR_WEBINAR_ENFORCE_LOGIN20User needs to login if the user wants to join the webinar.
MEETING_ERROR_EXIT_WHEN_WAITING_HOST_START21User leaves the meeting when waiting for the host to start.
MEETING_ERROR_REMOVED_BY_HOST22Meeting failed, the user is removed by the host.
MEETING_ERROR_HOST_DISALLOW_OUTSIDE_USER_JOIN62The user is forbidden to join the meeting.
MEETING_ERROR_INVALID_ARGUMENTS99Meeting failed due to invalid arguments.
MEETING_ERROR_UNKNOWN100Unknown error. Please seek help on the Zoom Developer Forum.
MEETING_ERROR_INVALID_STATUS101Meeting API is taking a break. Please try again.
MEETING_ERROR_APP_PRIVILEGE_TOKEN_ERROR500App privilege token error.
MEETING_ERROR_JMAK_USER_EMAIL_NOT_MATCH1143Jmak user email not match.

Mobile RTC SDK error codes

NameError CodeDescription
SDKERR_SUCCESS0API calls successfully.
SDKERR_WRONG_USEAGE1Incorrect usage of the feature.
SDKERR_INVALID_PARAMETER2Invalid parameters.
SDKERR_UNINITIALIZE3SDK is not initialized before the use.
SDKERR_UNAUTHENTICATION4SDK is not authorized before the use.
SDKERR_NO_PERMISSION5No permission to operate.
SDKERR_SERVICE_FAILED6Internal service error.
SDKERR_TOO_FREQUENT_CALL7The calls are too frequent, please try again later.
SDKERR_NEED_USER_CONFIRM_RECORD_DISCLAIMER8Cloud record disclaimer need confirm error.
SDKERR_MEETING_DONT_SUPPORT_FEATURE9The current meeting doesn't support the feature.
SDKERR_OTHER_ERROR10Error unknown. Please seek help on the Zoom Developer Forum.
SDKRawDataError_UNINITIALIZED11The raw data service has not been initialized.

Raw data error codes

NameError CodeDescription
MobileRTCRawData_Success0Function calls successfully.
MobileRTCRawData_Uninitialized1The raw data service is not initialized.
MobileRTCRawData_Wrongusage3Incorrect usage of the feature.
MobileRTCRawData_Invalid_Param4The received raw data is invalid.

General error codes

Here are some common errors codes that are not specific to the Meeting SDK, but you will occasionally see them while using our Meeting SDK.

DescriptionError CodeSuggestion
Failed to create a data connection with our server.5Please check your network connection or network configuration.
Failed to send create meeting command to our server.15Please check your network or HTTP request configuration.
SDK authentication failure: invalid SDK key & secret3023Please check your SDK key & secret
Your account does not support using SDK3024Ensure your license type or your account has SDK enabled.
No response from our server in 30 seconds5003Please try again later. If it happens a lot, please visit our community forum for help.
DNS resolve failure5004Please check your network adaptor or your network hardware.
Conference does not exist102006Ensure the conference number is correct or has successfully being scheduled/hosted.
Zoom client version lower than the minimum required version102011Please download our latest version of SDK
Zoom client version higher than the maximum allowed version102012Please download our latest version of SDK
Conference token expired102014Get a new token from our API
Server is too busy103008Please try again later. If it happens a lot, please visit our community forum for help.
Your account does not support the requested feature103024Please ensure your account has the feature that you are requesting.
You account does not support call out103025Please ensure your account supports call out feature.
Having too much pending requests. Conference terminated103037Reduce your request frequency or try again later.
Your account is in blacklist103039Please seek support since your account is in the blacklist.
Conference going to create already exist102004 / 103001Please try another meeting number or your previous "create meeting" request was successful.
Number of attendee has reached limitation102010 / 103006Contact our sales engineer if you would like to have more attendees.
The conference your are joining is locked102015 / 103011Please contact your meeting host to unlock the meeting.
Account is restricted, not allowed to join the conference102016 / 103014Your account is restricted, please seek support.

undefined

If your error codes do not exist in these tables, go to our Developer Community Forum for further support.