Meeting Error Codes - JavaScript
If you encounter any of the errors listed below, refer to the Developer Experience Guide, which offers recommended solutions based on common error categories.
1. Errors associated with Organizationβ
This table lists errors that occur due to the configuration and limitations within your organizationβs account. These include account status, participant limits, and add-on service availability.
Type | Code | Message |
---|---|---|
ACCOUNT_DEACTIVATED | 4006 | Your account has been deactivated. Please contact VideoSDK support. |
ACCOUNT_DISCONTINUED | 4007 | Your account has been discontinued. Please reach out to support for more details. |
MAX_PARTICIPANT_REACHED | 4009 | You have reached the maximum participant limit for this meeting. |
MAX_SPEAKER_REACHED | 4010 | The maximum number of speakers for this meeting has been reached. |
MAX_SPEAKER_LIMIT_REACHED_ON_ORGANIZATION | 4026 | Your organization has reached the maximum number of speakers allowed. |
MAX_VIEWER_LIMIT_REACHED_ON_ORGANIZATION | 4027 | Your organization has reached the maximum number of viewers allowed. |
ADD_ON_SERVICES_DISABLED | 4021 | Add-On services have been disabled. Please contact support to enable them. |
MAX_RECORDING_LIMIT_REACHED_ON_ORGANIZATION | 4028 | You have reached max limit of recording on organization. To increase contact at support@videosdk.live |
MAX_HLS_LIMIT_REACHED_ON_ORGANIZATION | 4029 | You have reached max limit of hls on organization. To increase contact at support@videosdk.live |
MAX_LIVESTREAM_LIMIT_REACHED_ON_ORGANIZATION | 4030 | You have reached max limit of livestream on organization. To increase contact at support@videosdk.live |
2. Errors associated with Tokenβ
Errors listed here are related to issues with the API key, authentication tokens, or permissions assigned to users. These errors can occur when tokens are missing, expired, or improperly configured.
Type | Code | Message |
---|---|---|
INVALID_API_KEY | 4001 | The provided API key is either missing or invalid. |
INVALID_TOKEN | 4002 | The provided token is empty, invalid, or has expired. |
INVALID_PERMISSIONS | 4008 | The permissions in the token are incorrect. Please verify them. |
UNAUTHORIZED_MEETING_ID | 4022 | The provided token is not authorized for this meeting ID. |
UNAUTHORIZED_PARTICIPANT_ID | 4023 | The provided token is not authorized for this participant ID. |
UNAUTHORIZED_ROLE | 4024 | The role specified in the token is not valid for joining this meeting. |
UNAUTHORIZED_REQUEST | 4025 | Your request does not match the security configuration. |