NameValuesDescription
ERROR_START_GENERAL10000Failed to start the cloud phone. Reason: General error, please check the error message. Suggestion: Please check the config parameters for starting the cloud phone.
ERROR_START_JOIN_ROOM10001Failed to start cloud phone. Reason: Failed to join room
ERROR_SERVICE10002SDK server-side error, view error message
ERROR_EMPTY_POD_CODE10003The cloud machine ID is empty
ERROR_MULTI_START_JOIN_ROOM10004Failed to join group control room
ERROR_FILE_PATH_EMPTY10020File path is empty
ERROR_FILE_UN_EXIST10021File does not exist
ERROR_FILE_UN_FILE10022Non-file type
ERROR_FILE_OVERSIZE10023File too large
ERROR_DISCONNECT10100Server disconnected
ERROR_SOCKET4000WebSocket error. Cause: Please check the error message
ERROR_SOCKET_DISCONNECT4001WebSocket connection disconnected
ERROR_RENDER4010View rendering failed. Cause: See error message
ERROR_MEDIA_NONE_VIDEO5000No video encoding capability
ERROR_CODE_INVALID_TOKEN-1000The Token used to enter the room is invalid or expired. Requires the user to retrieve the token
WARNING_CODE_JOIN_ROOM_FAILED-2001Room entry failed. When you enter a room for the first time or reconnect to a room due to poor network conditions, the room failed due to a server error, and the SDK will automatically retry to enter the room.
WARNING_CODE_PUBLISH_STREAM_FAILED-2002Failed to publish an audio/video stream. When you publish an audio/video stream in the room you are in, the publication fails due to a server error.The SDK automatically retries the publication
WARNING_CODE_SUBSCRIBE_STREAM_FAILED404-2003Subscription to audio/video stream failed. The subscription failed because the subscribed audio/video stream could not be found in the current room. the SDK will automatically retry the subscription, and if the subscription still fails, we recommend that you exit and retry
WARNING_CODE_SUBSCRIBE_STREAM_FAILED5XX-2004Failed to subscribe to an audio/video stream. When you subscribe to an audio/video stream in your room, the subscription fails due to a server error.The SDK automatically retries the subscription.
WARNING_CODE_OLD_ROOM_BEEN_REPLACED-2016A room with the same roomId already exists, and the newly created room instance has replaced the old room instance.
WARNING_CODE_NO_CAMERA_PERMISSION-5001Camera permission is abnormal, the current application does not have access to camera permissions.
WARNING_CODE_INVALID_SAMI_APPKEY_OR_TOKEN-7002Audio Technology SDK authentication failed. Contact technical support.
WARNING_CODE_GET_ROOM_FAILED-2000Failed to get room info warning
WARNING_CODE_ROOM_ID_ALREADY_EXIST-2015A room with the same roomId already exists.
WARNING_CODE_NO_MICROPHONE_PERMISSION-5002Microphone permission is abnormal, the current application has not acquired microphone permission.
WARNING_CODE_RECODING_DEVICE_START_FAILED-5003Failed to start the audio capture device. Failed to start the audio capture device, the current device may be occupied by another application.
WARNING_CODE_PLAYOUT_DEVICE_START_FAILED-5004Audio Playback Device Startup Failure Warning. May be due to insufficient system resources, or incorrect parameters.
WARNING_CODE_NO_RECORDING_DEVICE-5005No available audio capture device. Failed to start audio capture device, please insert an available audio capture device.
WARNING_CODE_NO_PLAYOUT_DEVICE-5006No available audio playback device. Failed to start audio playback device, please insert an available audio playback device.
WARNING_CODE_RECORDING_SILENCE-5007The current audio device is not capturing valid sound data, please check to replace the audio capture device.