ErrorCode
Error code types
Member | Value | Description |
APICallTimeOut |
| Signaling connection failed. Check the signaling network connectivity. |
AudioBufferFull |
| The buffer queue is full. This error is for the external raw data transport feature. Reduce the external input frequency. Set a wait time of 20 ms and ensure a single input does not exceed 40 ms of data. |
AudioContextNotSupported |
| The browser does not support AudioContext. |
AudioFileOpenFail |
| Failed to open the audio file. |
AudioFormatNotSupported |
| The audio format is not supported. |
AudioMixingMissingParam |
| The accompaniment parameters are missing. |
AudioMixingResumeFailed |
| Incorrect playback state. |
AudioMixingStartFailed |
| Audio mixing failed. |
AudioMixingStateInvalid |
| Incorrect audio mixing playback state. |
AudioMixingUnknownError |
| An unknown error occurred during audio mixing. |
AudioPlayTimeError |
| The playback start time is invalid. It is a negative number or exceeds the audio length. |
AudioStreamError |
| Audio stream error. |
AutoPlayFailed |
| Autoplay failed. |
BrowserNotSupported |
| A browser feature is not supported. |
CameraAuthFail |
| The camera is not authorized. Go to System Settings to grant camera access, and then rejoin the channel. |
CameraInterrupt |
| An error occurred during capture. The camera was forcibly interrupted. For example, the camera light on a Mac or Windows computer turns off. Rejoin the channel or restart the application. |
CameraNotAvailable |
| No active camera is available. Check if a camera is connected and ensure it is not disabled in System Settings. |
CameraOpenFail |
| The capture device failed to initialize. Check if the system camera is available. On mobile devices, check if another application is using the camera. |
ConnectionConnectFail |
| Signaling connection failed. Check the signaling network connectivity. |
ConnectionHeartbeatTimeout |
| Signaling heartbeat timeout. Check the network connectivity. |
DeviceUnknownError |
| Unknown device error. |
IceConnectionAnswerFail |
| Failed to respond to media channel negotiation. |
IceConnectionConnectFail |
| Failed to establish the media channel. Check the network connectivity. |
IceConnectionDisconnected |
| The media channel is disconnected. |
IceConnectionNoCandidate |
| No candidate was found during media channel negotiation. |
IceConnectionReconnectFail |
| Failed to reconnect to the media channel. Check the network connectivity. |
IceConnectionSetLocalDescFail |
| Failed to set the local SDP during media channel negotiation. |
Inner |
| Internal SDK error. |
InvaildArgument |
| Invalid argument. |
InvaildState |
| Invalid SDK state. Destroy the SDK and create a new instance. |
JoinBadAppId |
| The AppId does not exist. Create an application in the console. |
JoinBadChannel |
| The channel does not exist. Try rejoining the channel. This can happen if the first user joins and then quickly leaves the channel, causing it to be destroyed before the second user can join. |
JoinBadParam |
| Invalid parameter. Some fields in the join channel parameters are empty. Check that all required fields are complete. |
JoinBadToken |
| Invalid token. Regenerate the channel authentication token. |
JoinChannelFailed |
| Failed to join the channel. |
JoinInvaildAppId |
| The AppId is invalid. Re-enable the application in the console. |
JoinInvaildChannel |
| The channel is invalid. The channel validity period is 48 hours. Regenerate the channel authentication token. |
JoinTimeout |
| Join channel timeout. Check the network connectivity. |
LoadAudioFailed |
| Failed to load audio. |
MicAuthFail |
| The microphone is not authorized. Go to System Settings to grant microphone access, and then rejoin the channel. |
MicInterrupt |
| Insufficient system performance, an abnormal media service for the capture device, or the audio device is in use by another application. Restart the application or the device. |
MicNotAvailable |
| No active microphone is available. Check if a microphone is connected and ensure it is not disabled in System Settings. |
MicOpenFail |
| The capture device failed to initialize, the media service is abnormal, or the audio device is in use. On Mac and Windows, you can check System Settings to see if the audio device has an input level bar. On iOS and Android, you can confirm if the audio device is in use by other applications. If everything is normal, you can restart the device. |
OverConstrainedError |
| The value for the cameraId or microphoneId parameter is invalid. Ensure that the passed value is correct and valid. |
PublishAudioStreamFailed |
| Failed to push the audio stream. |
PublishInvaild |
| Invalid stream ingest. |
PublishNoStream |
| The local stream (video, screen, or audio) does not exist. |
PublishNotJoinChannel |
| Stream ingest failed because the user is not in a channel. |
PublishScreenShareConfigError |
| Screen sharing configuration error. |
PublishScreenShareFailed |
| Failed to push the screen share stream. |
PublishVideoStreamFailed |
| Failed to push the video stream. |
ScreenShareAbortError |
| Desktop sharing ended abnormally. |
ScreenShareEnded |
| Desktop sharing was stopped. |
ScreenShareInvalidAccess |
| An exception was triggered during desktop sharing. |
ScreenShareNotAllowed |
| Desktop sharing is disabled. |
ScreenShareNotAuthed |
| Desktop sharing is not authorized. |
ScreenShareOpenFail |
| Failed to start screen sharing. |
ScreenShareStateError |
| Abnormal desktop sharing state. |
ScreenShareTypeError |
| Exception during a desktop sharing call. |
ScreenShareUnknownError |
| Unknown desktop sharing error. |
SpeakerInterrupt |
| Insufficient system performance, an abnormal media service for the playback device, or the audio device is in use by another application. Restart the application or the device. |
SpeakerNotAvailable |
| No active audio playback device is available. Check if a speaker or headset is connected and ensure it is not disabled in System Settings. |
SpeakerOpenFail |
| The playback device failed to initialize, the media service for the playback device is abnormal, or the audio device is in use. - On macOS and Windows, check if the audio device shows an energy bar in System Settings. - On iOS and Android, confirm if another application is using the device. If the issue persists, restart the device. |
SpeakerSetNotSupported |
| Setting the playback device is not supported. |
SpecifiedAudioDeviceNotFound |
| The specified audio device was not found. |
SpecifiedCameraDeviceNotFound |
| The specified camera device was not found. |
SubscribeAudioStreamFailed |
| Failed to subscribe to the audio stream. |
SubscribeInvaild |
| Invalid subscription. |
SubscribeNotJoinChannel |
| Subscription error because the user is not in a channel. |
SubscribeScreenShareFailed |
| Failed to subscribe to the screen share stream. |
SubscribeStreamNotExisted |
| The remote stream (video, screen, or audio) does not exist. Confirm that the remote user has not stopped pushing the stream. |
SubscribeVideoStreamFailed |
| Failed to subscribe to the video stream. |
AppId is not exist | 33620481 | The AppId does not exist. Create an application in the console. |
AppId is invalid | 33620482 | The application is disabled. Re-enable the application in the console. |
channel is not exist | 33620484 | Failed to join the channel because the channel does not exist. This can happen if the first user joins and then quickly leaves the channel, causing it to be destroyed before the second user can join. Try to rejoin the channel. |
channel is invalid | 33620483 | Failed to join the channel: The channel is invalid. The channel validity period is 48 hours. Regenerate the channel authentication token. |
token is invalid | 33620485 | Failed to join the channel: Invalid token. Regenerate the channel authentication token. |
userId is invalid | 33622278 | The UID associated with the token is invalid. Check if the UID is set correctly. |