java.lang.Object | |
↳ | sg.com.temasys.skylink.sdk.rtc.Errors |
Use SkylinkError
instead.
Constants | |||||||||||
---|---|---|---|---|---|---|---|---|---|---|---|
int | AUDIO_UNABLE_TO_START_PERM | Unable to start audio due to Android Permission error. | |||||||||
int | DC_UNABLE_TO_RECEIVE_FILE | Unable to receive file from Peer. | |||||||||
int | DC_UNABLE_TO_RECEIVE_FILE_PERM | Unable to receive file from Peer due to Android Permission error. | |||||||||
int | DC_UNABLE_TO_SEND_FILE | Unable to send file to Peer. | |||||||||
int | DC_UNABLE_TO_SEND_FILE_PERM | Unable to send file to Peer due to Android Permission error. | |||||||||
int | DISCONNECT_FROM_ROOM | User disconnected from the room. | |||||||||
int | DISCONNECT_UNEXPECTED_ERROR | User is disconnected due to an unexpected error. | |||||||||
int | MEDIA_UNABLE_PROCESS_METADATA | Unable to pass media's metadata as the type of the metadata is not neither String or JSONObject | |||||||||
int | MEDIA_UNABLE_TO_START_ERROR | Unable to start local media as SkylinkConfig is not enableMultiTrack, and there is existing media with the specific type | |||||||||
int | PC_FAILED_ANSWER_ACK | Failed connecting to remote Peer due to remote Peer was unable to set our answer SDP. | |||||||||
int | PC_FAILED_CREATE_LOCAL_OFF_ANS | Failed connecting to remote Peer due to the SDK can not create local offer / answer successfully Sending and receiving of media with this Peer might not be possible. | |||||||||
int | PC_FAILED_SET_OFF_ANS | Failed connecting to remote Peer due to the SDK can not set local/remote offer / answer successfully Sending and receiving of media with this Peer might not be possible. | |||||||||
int | RECORDING_ERROR | An error was encountered in Recording. | |||||||||
int | REDIRECT_REASON_DUPLICATED_LOGIN | The server detects a duplicated login with the same credentials provided. | |||||||||
int | REDIRECT_REASON_EXPIRED | The user is attempting to join a persistent room that has ended. | |||||||||
int | REDIRECT_REASON_FAST_MSG | The user is jamming the system with many continuous messages send less than the interval. | |||||||||
int | REDIRECT_REASON_LOCKED | The user is unable to join the room as it is locked. | |||||||||
int | REDIRECT_REASON_ROOM_CLOSED | The user is rejected from the room because the persistent room has ended. | |||||||||
int | REDIRECT_REASON_ROOM_FULL | The user is unable to join the room as it is already full. | |||||||||
int | REDIRECT_REASON_ROOM_TO_CLOSED | The user is warned that the room is closing soon. | |||||||||
int | REDIRECT_REASON_SEAT_QUOTA | The user is unable to join due to insufficient seat quota for the App Key. | |||||||||
int | REDIRECT_REASON_SERVER_ERROR | The server has an exception occurring. | |||||||||
int | REDIRECT_REASON_UNKNOWN | The user is redirected due to an unknown reason. | |||||||||
int | REDIRECT_REASON_VERIFICATION | There is a verification issue with the user. | |||||||||
int | STATS_GET_TRANSFER_SPEED_ERROR | Unable to get transfer speed(s) for specified media. | |||||||||
int | STATS_GET_WEBRTC_STATS_ERROR | Unable to get WebRTC stats for specified media. | |||||||||
int | UNABLE_TO_FIND_MEDIA_ERROR | Unable to find the SkylinkMedia object due to SkylinkMedia object is not existing | |||||||||
int | UNABLE_TO_REMOVE_MEDIA_ERROR | Unable to remove the SkylinkMedia object due to MediaStreamTrack is not existing | |||||||||
int | VIDEO_UNABLE_TO_START_CAMERA_ERROR | Unable to start video due to camera error. | |||||||||
int | VIDEO_UNABLE_TO_START_PERM | Unable to start video due to Android Permission error. | |||||||||
int | VIDEO_UNABLE_TO_STOP_CAMERA_ERROR | Unable to stop video due to camera error. | |||||||||
int | VIDEO_UNABLE_TO_STOP_SCREEN_ERROR | Unable to stop video due to screen error. | |||||||||
int | VIDEO_UNABLE_TO_STOP_VIDEO_ERROR | Unable to stop video in common. | |||||||||
int | VIDEO_UNABLE_TO_SWITCH_CAMERA_ERROR | Unable to switch camera. |
Public Constructors | |||||||||||
---|---|---|---|---|---|---|---|---|---|---|---|
Errors() |
Public Methods | |||||||||||
---|---|---|---|---|---|---|---|---|---|---|---|
static String |
getErrorString(int errorCode)
Return the user viewable description for a particular error code.
|
[Expand]
Inherited Methods | |||||||||||
---|---|---|---|---|---|---|---|---|---|---|---|
From class
java.lang.Object
|
Unable to start audio due to Android Permission error.
Unable to receive file from Peer.
Unable to receive file from Peer due to Android Permission error.
Unable to send file to Peer.
Unable to send file to Peer due to Android Permission error.
User disconnected from the room.
User is disconnected due to an unexpected error.
Unable to pass media's metadata as the type of the metadata is not neither String or JSONObject
Unable to start local media as SkylinkConfig is not enableMultiTrack, and there is existing media with the specific type
Failed connecting to remote Peer due to remote Peer was unable to set our answer SDP. Sending and receiving of media with this Peer might not be possible. It might still be possible to send and receive Server message with this Peer.
Failed connecting to remote Peer due to the SDK can not create local offer / answer successfully Sending and receiving of media with this Peer might not be possible. It might still be possible to send and receive Server message with this Peer.
Failed connecting to remote Peer due to the SDK can not set local/remote offer / answer successfully Sending and receiving of media with this Peer might not be possible. It might still be possible to send and receive Server message with this Peer.
An error was encountered in Recording.
The server detects a duplicated login with the same credentials provided.
The user is attempting to join a persistent room that has ended.
The user is jamming the system with many continuous messages send less than the interval.
The user is unable to join the room as it is locked.
The user is rejected from the room because the persistent room has ended.
The user is unable to join the room as it is already full.
The user is warned that the room is closing soon.
The user is unable to join due to insufficient seat quota for the App Key.
The server has an exception occurring.
The user is redirected due to an unknown reason.
There is a verification issue with the user.
Unable to get transfer speed(s) for specified media.
Unable to get WebRTC stats for specified media.
Unable to find the SkylinkMedia object due to SkylinkMedia object is not existing
Unable to remove the SkylinkMedia object due to MediaStreamTrack is not existing
Unable to start video due to camera error.
Unable to start video due to Android Permission error.
Unable to stop video due to camera error.
Unable to stop video due to screen error.
Unable to stop video in common.
Unable to switch camera.
Return the user viewable description for a particular error code. Return null if there is no description available.