bigbluebutton-Github/bigbluebutton-html5
prlanzarin f91402bc4a fix(audio): remove listen only retry routines
Listen only has a built-in retry routine on join failures that's
convoluted half-broken. It stems from the Kurento era where it could
fail randomly due to a myriad of reasons.
Production logs indicate that the retry is seldom used nowadays in
mediasoup-based environments. The presence of the retry also breaks
the error troubleshooting modal when actual failures happening, leaving
users in the dark about what's happening.

Remove the listen only retry code from AudioManager and bubble up any
join failure to the callers.
2024-04-30 13:58:06 -03:00
..
.meteor chore: upgrade Meteor 2.12 to 2.13 2023-08-09 15:37:27 -04:00
client undo createRoot changes in main 2023-06-28 10:38:25 -03:00
imports fix(audio): remove listen only retry routines 2024-04-30 13:58:06 -03:00
private fix(audio): review audio modal help screen 2024-04-12 14:40:44 -03:00
public fix(audio): review audio modal help screen 2024-04-12 14:40:44 -03:00
server Merge branch 'v2.7.x-release' into port-timer 2023-05-26 10:33:38 -03:00
.eslintignore
.eslintrc.js
.gitignore copy tldraw fonts to public/files 2023-01-10 10:21:01 -03:00
deploy_to_usr_share.sh Use meteor-npm to install html5 2022-09-20 11:22:35 -03:00
jsconfig.json Add jsconfig 2022-02-21 12:42:29 +00:00
package-lock.json fix: bigbluebutton-html5/package.json & bigbluebutton-html5/package-lock.json to reduce vulnerabilities (#19678) 2024-02-23 20:10:22 -05:00
package.json fix: bigbluebutton-html5/package.json & bigbluebutton-html5/package-lock.json to reduce vulnerabilities (#19678) 2024-02-23 20:10:22 -05:00
run-dev.sh Create learning dashboard scripts 2022-04-01 09:15:30 -03:00
test-html5.sh