Skip to main content

Classes

Typedefs

ProConfError ⇐ Error

ProConfError class

Kind: global class
Extends: Error
Properties

NameTypeDescription
codeProConfErrorCodeError code
messagestringError message

ProConfErrorCode

ProCONF Error code definitions

Kind: global typedef
Properties

NameDescription
NO_ERRORNo error
INVALID_TOKENInvalid token
TOKEN_PARSING_ERRORError parsing token
CALLLIB_LOADING_FAILUREFailed to load calling lib
CALLLIB_LOADING_INPROGRESSCall lib loading in progress
TYPE_ERRORType error
INVALID_DOMAINInvalid domain
RANGE_ERRORRange error
ROOM_INITIALIZING_ERRORError initializing Room
ROOM_NOT_EXISTS_ERRORRoom does not exist
ROOM_JOINING_ERRORError joining Room
INVALID_ROOM_NAMEInvalid room name
ROOM_CREATION_ERRORError creating Room
ROOM_ALREADY_EXISTSRoom already associated for the connection
ROOM_DISCONNECT_ERRORError disconnecting Room
ROOM_FAILEDRoom failed
CONNECTION_ERRORConnection error
NO_CONNECTIONConnection not established
CONNECTION_INITIALIZING_ERRORConnection initializing error
CONNECTION_INTERRUPTEDNetwork connection interrupted
CONNECTION_FAILEDNetwork connection failed
FUNCTION_NOT_SUPPORTEDFunction not supported
PARTICIPANT_ERRORParticipant error
PARTICIPANT_NOT_EXISTSParticipant does not exist
PARTICIPANT_ADD_ERRORError adding participant
PARTICIPANT_REMOVE_ERRORError removing participant
TRACK_ERRORError fetching tracks
TRACK_ALREADY_EXISTSTrack already exists
TRACK_UNPUBLISH_ERRORError unpublishing track
TRACK_ID_ERRORError in track id
TRACK_ATTACHMENTS_ERRORError in track attachments
TRACK_DETACHMENT_ERRORError in track detachment
TRACK_MODIFY_ERRORError in modifying track
TRACK_RESTART_ERRORError in restarting track
TRACK_PUBLISH_ERRORError publishing track
EVENT_ERRORError in event
ELEMENT_NOT_FOUND_ERRORElement not found
VIDEO_CALL_NOT_SUPPORTEDVdeo call not supported
SCREENSHARE_NOT_SUPPORTEDScreen sharing is not supported
DATA_TRACK_ERRORError adding data track
SDK_INIT_ERRORError initializing ProCONF SDK
MESSAGE_SEND_ERRORError sending data message
CLIENT_TRACK_SWITCH_OFF_INVALID_STATEInvalid state. You can call switchOff only when bandwidthProfile.video.clientTrackSwitchOffControl is set to "manual"
CLIENT_TRACK_SWITCH_ON_INVALID_STATEInvalid state. You can call switchOn only when bandwidthProfile.video.clientTrackSwitchOffControl is set to "manual"