bigbluebutton-Github/bigbluebutton-html5/imports/api/audio/client/bridge
prlanzarin a07e319e90 fix(audio): check error codes before retrying on start failure
The check for whether an error code is deemed "retryable" in
sfu-audio-bridge's joinAudio code is reversed - which may cause
unwarranted audio retries on join failures.
Since only one of the retry points is broken, this is a rare issue.
For end users, the visible behavior is a duplicate error alert
since non-retryable errors are likely to fail again in subsequent
attempts

Fix the check to properly skip audio retries if the error is not
retryable.
2024-10-21 14:43:12 +00:00
..
base.js feat(audio): rework audio join without listen only 2024-08-15 00:43:28 +00:00
service.js feat(audio): rework audio join without listen only 2024-08-15 00:43:28 +00:00
sfu-audio-bridge.js fix(audio): check error codes before retrying on start failure 2024-10-21 14:43:12 +00:00
sip.js Refactor: Make bundle using webpack (#20811) 2024-08-09 13:58:44 -04:00