java.lang.Object | |
↳ | sg.com.temasys.skylink.sdk.rtc.ErrorCodes |
Constants | |||||||||||
---|---|---|---|---|---|---|---|---|---|---|---|
int | DISCONNECT_UNEXPECTED_ERROR | User is disconnected due to an unexpected error | |||||||||
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 locked out from the room from joining. | |||||||||
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 room 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 | SIGNALING_CONNECTION_ERROR | Error message from Socket.io connection | |||||||||
int | UNEXPECTED_ERROR_ROOM_PARAMETERS | Error message when room parameters cannot be fetched | |||||||||
int | VIDEO_SWITCH_CAMERA_ERROR | Unable to switch camera |
Public Constructors | |||||||||||
---|---|---|---|---|---|---|---|---|---|---|---|
[Expand]
Inherited Methods | |||||||||||
---|---|---|---|---|---|---|---|---|---|---|---|
![]() |
User is disconnected due to an unexpected error
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 locked out from the room from joining.
The user is rejected from the room because the persistent room has ended.
The user is unable to join the room as room 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.
Error message from Socket.io connection
Error message when room parameters cannot be fetched
Unable to switch camera