bigbluebutton-Github/bigbluebutton-html5/imports/ui/core
Paulo Lanzarin 327c2c4624
fix: run full RTC stats collection only when necessary (#21073)
In BBB 3.0, a change was made to collect full WebRTC stats continuously.
This method gathers stats from *all* peers and *all* senders and receivers
every 2 seconds. Originally, it was intended to run only when the user opened
the connection status dialog, providing in-depth info in the UI and making it
available for copying.

This new behavior is not ideal. Running full stats collection every 2 seconds
in meetings with 20+ peers/transceivers wastes client resources since the
collected data is unused 99% of the time.

This commit reverts to the pre-3.0 behavior (≤2.7), where full stats collection
(`startNetworkMonitoring`) runs only when the connection status modal is open.
As a bonus, it fixes the packet loss status transition log to use the packet
loss percentage, which is the actual trigger metric.
2024-09-13 09:15:35 -04:00
..
adapters refactor: add voice activity adapter 2024-07-01 11:08:31 -03:00
enums feat(plugins): server command send chat message (#20781) 2024-08-07 15:59:30 -04:00
graphql fix: run full RTC stats collection only when necessary (#21073) 2024-09-13 09:15:35 -04:00
hooks fix(voice): keep voice activity hooks pure by skipping state update when applicable 2024-08-15 09:13:12 -03:00
initial-values feat: Add Support For Audio Push To Talk (#21032) 2024-08-29 11:54:27 -03:00
local-states
providers
singletons Fix: cache notification and connection close (#20554) 2024-06-21 11:11:29 -03:00
utils Remove: cluster support in util 2024-07-08 14:56:42 -03:00