v2_tx_live_code library

Constants

V2TXLIVE_ERROR_DISCONNECTED → const V2TXLiveCode
The connection is lost
V2TXLIVE_ERROR_FAILED → const V2TXLiveCode
A generic error that has not yet been classified
V2TXLIVE_ERROR_INVALID_LICENSE → const V2TXLiveCode
The license is invalid and the call failed
V2TXLIVE_ERROR_INVALID_PARAMETER → const V2TXLiveCode
The parameter is invalid
V2TXLIVE_ERROR_NOT_SUPPORTED → const V2TXLiveCode
The current API does not support calls
V2TXLIVE_ERROR_REFUSED → const V2TXLiveCode
The API call was rejected
V2TXLIVE_ERROR_REQUEST_TIMEOUT → const V2TXLiveCode
The request server timed out
V2TXLIVE_ERROR_SERVER_PROCESS_FAILED → const V2TXLiveCode
The server is unable to process your request
V2TXLIVE_OK → const V2TXLiveCode
Success
V2TXLIVE_WARNING_CAMERA_NO_PERMISSION → const V2TXLiveCode
The camera device is not authorized, usually on mobile devices, and it may be that the permission has been denied by the user
V2TXLIVE_WARNING_CAMERA_OCCUPIED → const V2TXLiveCode
The camera is occupied, try turning on a different camera
V2TXLIVE_WARNING_CAMERA_START_FAILED → const V2TXLiveCode
The camera failed to turn on
V2TXLIVE_WARNING_MICROPHONE_NO_PERMISSION → const V2TXLiveCode
The microphone device is not authorized, usually on mobile devices, and it may be that the permission has been denied by the user
V2TXLIVE_WARNING_MICROPHONE_OCCUPIED → const V2TXLiveCode
The microphone is being occupied, such as when a mobile device is on a call, and turning on the microphone fails
V2TXLIVE_WARNING_MICROPHONE_START_FAILED → const V2TXLiveCode
The microphone failed to turn on
V2TXLIVE_WARNING_NETWORK_BUSY → const V2TXLiveCode
Poor network conditions: The uplink bandwidth is too small and the upload data is blocked
V2TXLIVE_WARNING_SCREEN_CAPTURE_INTERRUPTED → const V2TXLiveCode
The screen recording is interrupted by the system
V2TXLIVE_WARNING_SCREEN_CAPTURE_NOT_SUPPORTED → const V2TXLiveCode
The current system does not support screen sharing
V2TXLIVE_WARNING_SCREEN_CAPTURE_START_FAILED → const V2TXLiveCode
If it fails to start screen recording, if it appears on a mobile device, it may be that the permission has been denied by the user
V2TXLIVE_WARNING_VIDEO_BLOCK → const V2TXLiveCode
The current video is playing stuttering

Typedefs

V2TXLiveCode = int