bigbluebutton-Github/bigbluebutton-html5/imports/ui/components/user-list
Pedro Beschorner Marin 068b82b1fa refactor(connection status): remove legacy monitor
Remove parts of a previous connection monitor.

To add some context (as far as my memory goes) to the multiple connection
monitor features the product has, `stats` (currently named `connection status`)
was introduced at the Flash client back in ~2016. @fcecagno and I did it
as a BigBlueButton's Summit activity. Our work was squashed into a single
commit in 92554f8b3e :).

I'm not sure about the whole story behind `network information` (the late
connection monitor added to the HTML5 client) but I assume it should work
as a collector for a bunch of different connectivity monitors. I remember
when it was introduced but I don't know why it wasn't adopted. My best guess
would be because of some performance issues the `user list` had back then.

To follow on why `connection status` replaced `network information` at the
HTML5 client, when I did the `multiple webcams` feature I had to refactor
a big chunk of the `video provider` (#8374). Something that wasn't really
helping there was the adaptation of `stats` that was made to show local
feedback for each webcam connection. Although this feature wasn't being
used anymore, `network information` did rely on that to build up data. With
this monitor gone I assumed it was my responsibility to provide an alternative
so I promoted Mconf's port of the Flash `stats` monitor to BigBlueButton's
HTML5 client (#8579).

Well, that's my perspective on how things went for those features. If
anyone would like to correct me on something or add something else on
that history I would appreciate to know.
2021-06-13 14:02:46 -03:00
..
captions-list-item fix captions button crash 2021-05-28 17:16:35 -03:00
chat-list-item Fix auto resize when open/close panels 2021-05-19 19:29:03 -03:00
custom-logo fix duplicate css variables being loaded (improve imports) 2020-09-01 18:46:13 +00:00
user-list-content refactor(connection status): remove legacy monitor 2021-06-13 14:02:46 -03:00
component.jsx adding new function to clear all status 2021-04-06 16:41:33 -03:00
container.jsx Add New Layout Manager 2021-05-17 17:25:07 -03:00
service.js feat(video): indicate who is sharing webcam 2021-06-12 13:40:47 -03:00
styles.scss fix duplicate css variables being loaded (improve imports) 2020-09-01 18:46:13 +00:00