Meeting Error Codes - Android
| Code | Type | Message |
|---|---|---|
| 4001 | INVALID_API_KEY | 'apikey' provided in the token is empty or invalid, please verify it on the dashboard. |
| 4002 | INVALID_TOKEN | 'token' is empty or invalid or might have expired. |
| 4003 | INVALID_MEETING_ID | 'meetingId' is empty or invalid, please verify it or generate new meetingId using the API. |
| 4004 | INVALID_PARTICIPANT_ID | 'participantId' is empty or invalid, it shouldn't contain any whitespaces. |
| 4005 | DUPLICATE_PARTICIPANT | Leaving meeting, since this 'participantId' joined from another device. |
| 4006 | ACCOUNT_DEACTIVATED | It seems your account is deactivated by VideoSDK for some reason, you can reach out to us at support@videosdk.live. |
| 4007 | ACCOUNT_DISCONTINUED | Server will respond you with specific message. |
| 4008 | INVALID_PERMISSIONS | 'permissions' provided in the token are invalid, please don't use 'allow_join' or 'allow_mod' with 'ask_join'. |
| 4011 | START_RECORDING_FAILED | Recording start request failed due to an unknown error. |
| 4012 | STOP_RECORDING_FAILED | Recording stop request failed due to an unknown error. |
| 4013 | START_LIVESTREAM_FAILED | Livestream start request failed due to an unknown error. |
| 4014 | STOP_LIVESTREAM_FAILED | Livestream stop request failed due to an unknown error. |
| 4015 | INVALID_LIVESTREAM_CONFIG | Livestream 'outputs' configuration provided was invalid. |
| 4018 | PREV_RECORDING_PROCESSING | Previous recording session is being processed, please try again after few seconds. |
| 4026 | MAX_SPEAKER_LIMIT_REACHED_ON_ORGANIZATION | You have reached max speaker limit on organization. To increase contact at support@videosdk.live |
| 4027 | MAX_VIEWER_LIMIT_REACHED_ON_ORGANIZATION | You have reached max viewer limit on organization. To increase contact at support@videosdk.live |
| 4028 | MAX_RECORDING_LIMIT_REACHED_ON_ORGANIZATION | You have reached max limit of recording on organization. To increase contact at support@videosdk.live |
| 4029 | MAX_HLS_LIMIT_REACHED_ON_ORGANIZATION | You have reached max limit of hls on organization. To increase contact at support@videosdk.live |
| 4030 | MAX_LIVESTREAM_LIMIT_REACHED_ON_ORGANIZATION | You have reached max limit of livestream on organization. To increase contact at support@videosdk.live |
| 5001 | RECORDING_FAILED | Recording stopped due to an unknown error. |
| 5002 | LIVESTREAM_FAILED | Livestream stopped due to an unknown error. |
| 5003 | HLS_FAILED | HLS stopped due to an unknown error. |
Got a Question? Ask us on discord