bigbluebutton-Github/bigbluebutton-html5
prlanzarin 24ae746a88 fix(connection-status): jitter causes false positive critical alerts
Jitter evaluation, as an alert trigger, was changed in 3.0 to get the internal
average jitter used in the conn-status component data (which is total jitter
delay divided by jitterbuffer emit events). This was done accidentally and that
metric is _very_ different from the one used in 2.7 (point-in-time jitter from
remote-inbound-rtp/inbound-rtp, highest on the interval, gathered on
/utils/stats.js).  The alert thresholds were preserved, which makes it overly
sensitive in regards to jitter (and thus causes it to be critical whenever the
user is in audio).

Remove jitter as a connection status alert trigger, which fixes the
false positive. The implementation on <= 2.7 is also not ideal - if
anything, it generates false negatives. That's why I'm removing jitter for
the time being since it's ill-suited (at least in the way it's used)
for what we want to achieve.
2024-07-30 18:59:49 +00:00
..
.meteor chore: upgrade Meteor 2.12 to 2.13 2023-08-22 14:21:30 -04:00
.vscode refactor (typescript): fix typescript build errors (#18454) 2023-08-14 17:52:35 -03:00
client restore timer icon 2024-07-25 13:55:51 -03:00
imports fix(connection-status): jitter causes false positive critical alerts 2024-07-30 18:59:49 +00:00
private/config fix(connection-status): jitter causes false positive critical alerts 2024-07-30 18:59:49 +00:00
public Updates for project BigBlueButton v3.0 HTML5 client and language it_IT (#20789) 2024-07-26 16:18:00 -04:00
server Add dynamic import config 2024-07-02 17:04:34 -03:00
.eslintignore
.eslintrc.js disable require default props eslint rule 2024-06-11 10:03:42 -03:00
.gitignore refactor (typescript): fix typescript build errors (#18454) 2023-08-14 17:52:35 -03:00
deploy_to_usr_share.sh fix: create locale index.json in deploy_to_usr_share.sh 2024-05-27 13:16:23 -04:00
footer refactor: make bbb client work without meteor service (partial) (#19869) 2024-03-21 16:41:32 -03:00
jsconfig.json
meteorless.sh refactor: make bbb client work without meteor service (partial) (#19869) 2024-03-21 16:41:32 -03:00
package-lock.json chore: bump tldraw to alpha.23 (#20749) 2024-07-22 20:35:54 -04:00
package.json chore: bump tldraw to alpha.23 (#20749) 2024-07-22 20:35:54 -04:00
run-dev.sh Remove meteor assets cleanup routine 2024-06-07 16:14:46 -03:00
test-html5.sh
tsconfig.json Fix: User list, Participants, Pist item, User actions, Skeleton, User title, Option drop down, Use shortcuts. (#18676) 2023-09-06 11:24:09 -03:00