Skip to main content
Version: 0.1.x

Meeting Error Codes - React

CodeTypeMessage
4001INVALID_API_KEY'apikey' provided in the token is empty or invalid, please verify it on the dashboard.
4002INVALID_TOKEN'token' is empty or invalid or might have expired.
4003INVALID_MEETING_ID'meetingId' is empty or invalid, please verify it or generate new meetingId using the API.
4004INVALID_PARTICIPANT_ID'participantId' is empty or invalid, it shouldn't contain any whitespaces.
4005DUPLICATE_PARTICIPANTLeaving meeting, since this 'participantId' joined from another device.
4006ACCOUNT_DEACTIVATEDIt seems your account is deactivated by VideoSDK for some reason, you can reach out to us at support@videosdk.live.
4007ACCOUNT_DISCONTINUED
4008INVALID_PERMISSIONS'permissions' provided in the token are invalid, please don't use 'allow_join' or 'allow_mod' with 'ask_join'.
4009MAX_PARTCIPANT_REACHEDYou have reached max partcipant limit in a meeting.
4010MAX_SPEAKER_REACHEDYou have reached max speaker limit in a meeting.
4011START_RECORDING_FAILEDRecording start request failed due to an unknown error.
4012STOP_RECORDING_FAILEDRecording stop request failed due to an unknown error.
4013START_LIVESTREAM_FAILEDLivestream start request failed due to an unknown error.
4014STOP_LIVESTREAM_FAILEDLivestream stop request failed due to an unknown error.
4015INVALID_LIVESTREAM_CONFIGLivestream 'outputs' configuration provided was invalid.
4016START_HLS_FAILEDHLS start request failed due to an unknown error.
4017STOP_HLS_FAILEDHLS stop request failed due to an unknown error.
4018PREV_RECORDING_PROCESSINGPrevious recording session is being processed, please try again after few seconds!
4019PREV_RTMP_RECORDING_PROCESSINGPrevious RTMP recording session is being processed, please try again after few seconds!
4020PREV_HLS_STREAMING_PROCESSINGPrevious HLS streaming session is being processed, please try again after few seconds!
4026MAX_SPEAKER_LIMIT_REACHED_ON_ORGANIZATIONYou have reached max speaker limit on organization. To increase contact at support@videosdk.live
4027MAX_VIEWER_LIMIT_REACHED_ON_ORGANIZATIONYou have reached max viewer limit on organization. To increase contact at support@videosdk.live
4028MAX_RECORDING_LIMIT_REACHED_ON_ORGANIZATIONYou have reached max limit of recording on organization. To increase contact at support@videosdk.live
4029MAX_HLS_LIMIT_REACHED_ON_ORGANIZATIONYou have reached max limit of hls on organization. To increase contact at support@videosdk.live
4030MAX_LIVESTREAM_LIMIT_REACHED_ON_ORGANIZATIONYou have reached max limit of livestream on organization. To increase contact at support@videosdk.live
5001RECORDING_FAILEDRecording stopped due to an unknown error.
5002LIVESTREAM_FAILEDLivestream stopped due to an unknown error.
5003HLS_FAILEDHLS stopped due to an unknown error.
3011ERROR_GET_VIDEO_MEDIAYour browser/Device does not support Video.
3012ERROR_GET_AUDIO_MEDIAYour browser/Device does not support Audio.
3013ERROR_GET_DISPLAY_MEDIAYour browser/Device does not support Screen Sharing.
3014ERROR_GET_VIDEO_MEDIA_PERMISSION_DENIEDVideo capture permission denied.
3015ERROR_GET_AUDIO_MEDIA_PERMISSION_DENIEDAudio capture permission denied.
3016ERROR_GET_DISPLAY_MEDIA_PERMISSION_DENIEDScreen sharing permission denied.
3017ERROR_CAMERA_ACCESS_DENIED_OR_DISMISSEDOops! It seems like camera access was denied or dismissed. To proceed, kindly grant access through your browser settings.
3018ERROR_MICROPHONE_ACCESS_DENIED_OR_DISMISSEDOops! It seems like microphone access was denied or dismissed. To proceed, kindly grant access through your browser settings.
3019ERROR_CAMERA_PERMISSION_DENIED_BY_OSCamera permission denied by OS system settings. Please check the system settings and grant permission for this browser.
3020ERROR_MICROPHONE_PERMISSION_DENIED_BY_OSMicrophone permission denied by OS system settings. Please check the system settings and grant permission for this browser.
3021ERROR_CAMERA_NOT_FOUNDPlease ensure your camera is connected and turned on, and that the camera driver is installed and up-to-date.
3022ERROR_MICROPHONE_NOT_FOUNDPlease ensure your microphone is connected and turned on.
3023ERROR_CAMERA_IN_USEThe camera is being used by another application. Please close any programs utilizing the camera, such as video conferencing tools, screen recording software, or other browsers. Restart your browser and attempt again.
3024ERROR_MICROPHONE_IN_USEThe microphone is being used by another application. Please close any programs utilizing the microphone, such as video conferencing tools, screen recording software, or other browsers. Restart your browser and attempt again.
3025ERROR_CAMERA_PERMISSION_OR_AUTOPLAY_ISSUEIt seems like there's an issue with camera permission or video autoplay, you can check out this link for details: http://tinyurl.com/autoplay-issue
3026ERROR_VIDEO_SOURCE_INITIATION_FAILEDUnable to initiate video source. Please verify browser settings for video permissions.
3027ERROR_WEBCAM_TRACK_ENDEDWebcam track has ended or the webcam is disconnected. Please ensure your webcam is properly connected and try restarting it.
3028ERROR_MICROPHONE_TRACK_ENDEDMicrophone track has ended or the microphone is disconnected. Please check your microphone connection and try again.
3029ERROR_INVALID_CUSTOM_VIDEO_TRACKThe provided custom video track is invalid; reverting to the default video track. Please ensure that the video track meets the required specifications.
3030ERROR_INVALID_CUSTOM_AUDIO_TRACKThe provided custom audio track is invalid; reverting to the default audio track. Please ensure that the audio track meets the required specifications.
3031ERROR_CUSTOM_VIDEO_TRACK_ENDEDThe provided custom video track is in an ended state. Please verify the video track's status, and try again.
3032ERROR_CUSTOM_AUDIO_TRACK_ENDEDThe provided custom audio track is in an ended state. Please verify the audio track's status, and try again.
3033ERROR_CAMERA_ACCESS_UNAVAILABLECamera access unavailable: Please ensure your device is compatible and that you're on a secure website (https://).
3034ERROR_MICROPHONE_ACCESS_UNAVAILABLEMicrophone access unavailable: Please ensure your device is compatible and that you're on a secure website (https://).
3035ERROR_ACTION_PERFORMED_BEFORE_MEETING_JOINEDOops! Something went wrong. The room was in a connecting state, and during that time, an action encountered an issue. Please try again after joining a meeting.

Got a Question? Ask us on discord