bigbluebutton-Github/bigbluebutton-html5/imports/ui/components/screenshare
prlanzarin bd0dfa17cc fix(screenshare): default to not flowing is peer was lost
The media monitor responsible for triggering the reconnecting view in
the screen sharing component was maintaing the previous state (eg
flowing) in cases where the peer just failed before media stopped
flowing. That triggered an error in the bps calculations that caused the
previous state to be preserved - eg stuck in flowing while it should be
not_flowing.

These changes make it so that if there's not peer to fetch stats from,
them the bps calculations will correctly return 0 (which translates to
not_flowing).
2023-03-08 15:48:22 -03:00
..
switch-button move button component to common folder 2022-02-14 20:20:50 +00:00
component.jsx fix(screenshare): default to not flowing is peer was lost 2023-03-08 15:48:22 -03:00
container.jsx [issue-16734] - refactor hidePresentation to hidePresentationOnJoin 2023-02-17 14:59:39 -03:00
service.js fix(screenshare): default to not flowing is peer was lost 2023-03-08 15:48:22 -03:00
styles.js fix: screenshare volume control 2022-09-01 13:48:59 -03:00