NSError
Field Summary
Type | Field |
Int | code - Error code |
String | localizedDescription - Error message |
User Error codes
Codes | Errors | Description |
101 | userGeneric |
|
102 | userNotFound |
|
103 | userClosedError |
|
104 | existingUserInSession | A Participant tries to join a Session with a name that already exists |
105 | userNotStreaming |
|
106 | userNotAuthorized |
|
Session Error codes
Codes | Errors | Description |
201 | sessionGenericError |
|
203 | sessionClosed | |
206 | sessionIsFull | Exceeded limit of streaming participants in the room |
Media Error codes
Codes | Errors | Description |
303 | mediaEndpoint |
|
Transport Error codes
Codes | Errors | Description |
801 | transportRequest | Failed to make request to media node |
802 | transportResponse | Invalid response from media node |
803 | transport |
|
Generic Error codes
Codes | Errors | Description |
-1 | unknownError | Internal server error |
901 | genericConnectionError | The Client closed the connection in the middle of the process of joining the room |
999 | genericError | The Request is not supported |
Token Errors
Codes | Errors |
1101 | invalidToken |
1102 | invalidTokenData |
1103 | invalidTokenJsonData |
Socket Erros
Codes | Errors |
1104 | invalidSocketURL |
1105 | invalidStunServer |
Last updated