bigbluebutton-Github/bigbluebutton-html5/imports/ui/components/audio/audio-modal
Mario Jr bf17b385b6 fix: breakout autojoin audio with wrong behavior
When joining/returning breakouts, audio would always connect
with full audio. This can lead to a performance problem, once
all listenonly users would join full audio, increasing the
number of streams in FreeSWITCH.

We now have a consistent behavior, which is:
1 - The choice made by the user in the main room is predominant:
    if mic is active in main room, user will automatically
    join mic in breakout room. When returning from breakout
    room, user will also join with mic again.
2 - Changes made in breakout room won't have effect when
    returning to the main room. This means if user, for example,
    change from listenonly to mic in breakout room, the returning
    will consider the option choosen previously (listenonly) and
    listenonly will be active again in the main room.
3 - If user didn't join audio in the main room, the audio modal
    will be prompted when joining the breakout room (this is
    a special case of (1))


The following is some technicall information:
InputStreamLiveSelector (component.jsx) now calls
'handleLeaveAudio' function, which is the default
function when user leaves audio (also used when
dynamic devices are inactive).

We now store information about user's choice (mic or listenonly)
using local storage, instead of the previous cookie method (this
was triggering some warnings in browser's console).

Also did a small refactoring to match eslint rules.
Fixes #11662.
2021-04-20 14:38:11 -03:00
..
component.jsx fix: Do not show unsupported browser warning for microsoft edge 2021-04-02 15:12:40 -03:00
container.jsx fix: breakout autojoin audio with wrong behavior 2021-04-20 14:38:11 -03:00
service.js fix: breakout autojoin audio with wrong behavior 2021-04-20 14:38:11 -03:00
styles.scss fix duplicate css variables being loaded (improve imports) 2020-09-01 18:46:13 +00:00