Classes
- ProConfError ⇐
Error
Typedefs
ProConfError ⇐ Error
ProConfError class
Kind: global class
Extends: Error
Properties
| Name | Type | Description |
|---|---|---|
| code | ProConfErrorCode | Error code |
| message | string | Error message |
ProConfErrorCode
ProCONF Error code definitions
Kind: global typedef
Properties
| Name | Description |
|---|---|
| NO_ERROR | No error |
| INVALID_TOKEN | Invalid token |
| TOKEN_PARSING_ERROR | Error parsing token |
| CALLLIB_LOADING_FAILURE | Failed to load calling lib |
| CALLLIB_LOADING_INPROGRESS | Call lib loading in progress |
| TYPE_ERROR | Type error |
| INVALID_DOMAIN | Invalid domain |
| RANGE_ERROR | Range error |
| ROOM_INITIALIZING_ERROR | Error initializing Room |
| ROOM_NOT_EXISTS_ERROR | Room does not exist |
| ROOM_JOINING_ERROR | Error joining Room |
| INVALID_ROOM_NAME | Invalid room name |
| ROOM_CREATION_ERROR | Error creating Room |
| ROOM_ALREADY_EXISTS | Room already associated for the connection |
| ROOM_DISCONNECT_ERROR | Error disconnecting Room |
| ROOM_FAILED | Room failed |
| CONNECTION_ERROR | Connection error |
| NO_CONNECTION | Connection not established |
| CONNECTION_INITIALIZING_ERROR | Connection initializing error |
| CONNECTION_INTERRUPTED | Network connection interrupted |
| CONNECTION_FAILED | Network connection failed |
| FUNCTION_NOT_SUPPORTED | Function not supported |
| PARTICIPANT_ERROR | Participant error |
| PARTICIPANT_NOT_EXISTS | Participant does not exist |
| PARTICIPANT_ADD_ERROR | Error adding participant |
| PARTICIPANT_REMOVE_ERROR | Error removing participant |
| TRACK_ERROR | Error fetching tracks |
| TRACK_ALREADY_EXISTS | Track already exists |
| TRACK_UNPUBLISH_ERROR | Error unpublishing track |
| TRACK_ID_ERROR | Error in track id |
| TRACK_ATTACHMENTS_ERROR | Error in track attachments |
| TRACK_DETACHMENT_ERROR | Error in track detachment |
| TRACK_MODIFY_ERROR | Error in modifying track |
| TRACK_RESTART_ERROR | Error in restarting track |
| TRACK_PUBLISH_ERROR | Error publishing track |
| EVENT_ERROR | Error in event |
| ELEMENT_NOT_FOUND_ERROR | Element not found |
| VIDEO_CALL_NOT_SUPPORTED | Vdeo call not supported |
| SCREENSHARE_NOT_SUPPORTED | Screen sharing is not supported |
| DATA_TRACK_ERROR | Error adding data track |
| SDK_INIT_ERROR | Error initializing ProCONF SDK |
| MESSAGE_SEND_ERROR | Error sending data message |
| CLIENT_TRACK_SWITCH_OFF_INVALID_STATE | Invalid state. You can call switchOff only when bandwidthProfile.video.clientTrackSwitchOffControl is set to "manual" |
| CLIENT_TRACK_SWITCH_ON_INVALID_STATE | Invalid state. You can call switchOn only when bandwidthProfile.video.clientTrackSwitchOffControl is set to "manual" |