LiteAVSDK
Tencent Cloud LVB SDK, is a high availability components serving tens of thousands of enterprise customers, which is committed to helping you to minimize your research and development costs.
V2TXLiveCode

Detailed Description

Definitions of error codes and warning codes of Tencent Cloud LVB.

Enumeration Type Documentation

◆ V2TXLiveCode

enum V2TXLiveCode : NSInteger

Error codes and warning codes.

Enumerator
V2TXLIVE_OK 

No error.

V2TXLIVE_ERROR_FAILED 

Unclassified error.

V2TXLIVE_ERROR_INVALID_PARAMETER 

An invalid parameter was input during the API call.

V2TXLIVE_ERROR_REFUSED 

The API call was rejected.

V2TXLIVE_ERROR_NOT_SUPPORTED 

The API is currently not supported.

V2TXLIVE_ERROR_INVALID_LICENSE 

Failed to call the API because the license was invalid.

V2TXLIVE_ERROR_REQUEST_TIMEOUT 

The server request timed out.

V2TXLIVE_ERROR_SERVER_PROCESS_FAILED 

The server rejected the request.

V2TXLIVE_WARNING_NETWORK_BUSY 

Data upload was jammed because the upstream bandwidth was too low.

V2TXLIVE_WARNING_VIDEO_BLOCK 

Lagging occurred during video playback.

V2TXLIVE_WARNING_CAMERA_START_FAILED 

Failed to start the camera.

V2TXLIVE_WARNING_CAMERA_OCCUPIED 

The camera is being occupied.

V2TXLIVE_WARNING_CAMERA_NO_PERMISSION 

The camera is not authorized. This warning usually occurs on mobile devices due to the camera permission is denied by the user.

V2TXLIVE_WARNING_MICROPHONE_START_FAILED 

Failed to enable the mic.

V2TXLIVE_WARNING_MICROPHONE_OCCUPIED 

The mic is being used. If a call is in progress on the mobile device, the mic cannot be enabled.

V2TXLIVE_WARNING_MICROPHONE_NO_PERMISSION 

The mic is not authorized. This warning usually occurs on mobile devices due to the mic permission is denied by the user.

V2TXLIVE_WARNING_SCREEN_CAPTURE_NOT_SUPPORTED 

Screen capture is not supported in current system.

V2TXLIVE_WARNING_SCREEN_CAPTURE_START_FAILED 

Failed to enable the screen capture.

V2TXLIVE_WARNING_SCREEN_CAPTURE_INTERRUPTED 

Screen capture is interrupted by system.