|
@@ -169,6 +169,7 @@ JitsiMeetJS.setLogLevel(JitsiMeetJS.logLevels.ERROR);
|
169
|
169
|
- NOT_FOUND - getUserMedia-related error, indicates that requested device was not found.
|
170
|
170
|
- CONSTRAINT_FAILED - getUserMedia-related error, indicates that some of requested constraints in getUserMedia call were not satisfied.
|
171
|
171
|
- TRACK_IS_DISPOSED - an error which indicates that track has been already disposed and cannot be longer used.
|
|
172
|
+ - TRACK_NO_STREAM_FOUND - an error which indicates that track has no MediaStream associated.
|
172
|
173
|
- TRACK_MUTE_UNMUTE_IN_PROGRESS - an error which indicates that track is currently in progress of muting or unmuting itself.
|
173
|
174
|
- CHROME_EXTENSION_GENERIC_ERROR - generic error for jidesha extension for Chrome.
|
174
|
175
|
- CHROME_EXTENSION_USER_CANCELED - an error which indicates that user canceled screen sharing window selection dialog in jidesha extension for Chrome.
|