|
@@ -165,8 +165,9 @@ JitsiMeetJS.setLogLevel(JitsiMeetJS.logLevels.ERROR);
|
165
|
165
|
- FOCUS_DISCONNECTED - focus left the conference
|
166
|
166
|
- CONFERENCE_MAX_USERS - The maximum users limit has been reached
|
167
|
167
|
2. connection
|
|
168
|
+ - CONNECTION_DROPPED_ERROR - indicates that the connection was dropped with an error which was most likely caused by some networking issues.
|
168
|
169
|
- PASSWORD_REQUIRED - passed when the connection to the server failed. You should try to authenticate with password.
|
169
|
|
- - CONNECTION_ERROR - indicates connection failures.
|
|
170
|
+ - SERVER_ERROR - indicates too many 5XX errors were received from the server.
|
170
|
171
|
- OTHER_ERROR - all other errors
|
171
|
172
|
3. track
|
172
|
173
|
- GENERAL - generic getUserMedia-related error.
|