bigbluebutton-Github/bigbluebutton-html5/imports/ui/components/audio/audio-modal
prlanzarin a748d8ccbb 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-05-03 21:18:44 +00:00
..
component.jsx fix(audio): handle NotAllowedError in skipCheck:true scenarios 2024-05-03 21:15:58 +00:00
container.jsx fix(audio): review audio modal help screen 2024-05-03 20:50:03 +00:00
service.js fix(audio): remove listen only retry routines 2024-05-03 21:18:44 +00:00
styles.js [issue-16954] - renaming referencing of Modals 2023-03-20 10:08:35 -03:00