bigbluebutton-Github/bigbluebutton-html5/imports/ui/components/screenshare
Mario Jr e9e436378a Correctly set audio input/output devices
When refusing ("thumbs down" button) echo test, user is able to select a different input device. This should work fine for chrome, firefox and safari (once user grants permission when asked by html5client).
For output devices, we depend on setSinkId function, which is enabled by default on current chrome release (2020) but not in Firefox (user needs to enable "setSinkId in about:config page). This implementation is listed as (?) in MDN.
In other words, output device selection should work out of the box for chrome, only.
When selecting an outputDevice, all alert sounds (hangup, screenshare , polling, etc) also goes to the same output device.
This solves #10592
2020-10-06 20:37:55 -03:00
..
component.jsx fix screen share cropping on chrome 2020-07-19 21:53:59 +00:00
container.jsx restore presentation when screen share ends 2020-06-11 13:16:22 +00:00
service.js Correctly set audio input/output devices 2020-10-06 20:37:55 -03:00
styles.scss screenshare: move loading spinner css to media and restore it 2020-08-05 17:02:08 +00:00