bigbluebutton-Github/bigbluebutton-html5/imports/ui/components/chat
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
..
alert Correctly set audio input/output devices 2020-10-06 20:37:55 -03:00
chat-dropdown remove mute / unmute / clear chat options for breakoutrooms 2020-08-14 17:13:51 +00:00
message-form fix the spacing in the typing indicator 2020-03-06 14:49:14 -08:00
message-list move sanitazing of welcome message to backend 2020-07-27 16:33:10 -04:00
component.jsx remove mute / unmute / clear chat options for breakoutrooms 2020-08-14 17:13:51 +00:00
container.jsx remove mute / unmute / clear chat options for breakoutrooms 2020-08-14 17:13:51 +00:00
service.js disable private chat initiation in breakouts 2020-04-30 17:50:34 -04:00
styles.scss fix chat dropdown not filling screen (mobile) 2020-04-02 15:23:45 +00:00