bigbluebutton-Github/bigbluebutton-html5/public
prlanzarin 029c957b22 fix(webcam): handle stream inactivation/gUM revocations
The 'inactive' event is fired whenever the stream gets inactive (ie it
cannot be used anymore), and there are scenarios where that is
unexpected behavior and must be handled accordingly.
The main example of that is when gUM permissions are revoked by the user
via the browser's permission management panel.
Since MediaStream/Track inactive events aren't being handled in such
scenarios, what actually happens is that the camera just freezes without
further indication why.

This commit handles those scenarios in both video-preview and
video-provider by:
  - 1) correctly stopping the camera (provider)
  - 2) surfacing a toast (provider) or error indication (preview)
2022-07-12 22:03:01 +00:00
..
compatibility refactor: use webrtc-adapter package, remove static script from compatibility 2022-05-20 19:11:12 +00:00
fonts update bbb-icons 2022-06-21 11:11:02 -03:00
locales fix(webcam): handle stream inactivation/gUM revocations 2022-07-12 22:03:01 +00:00
resources fix(layout): layout modal styled components 2022-03-15 14:22:36 -03:00
svgs remove unnecessarily added svgs 2017-04-12 12:49:56 -04:00
wasm refactor: do not version precompressed WASM binaries (done in build) 2021-10-18 16:03:54 +00:00