bigbluebutton-Github/bigbluebutton-html5/imports/api
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
..
audio/client/bridge fix(audio): check error codes before retrying on start failure 2024-10-21 14:43:12 +00:00
bbb-web-api 3.0beta1 clusterfixes (#21132) 2024-09-25 13:48:17 -04:00
screenshare/client/bridge feat: add experimental support for ICE restart (#21208) 2024-09-20 06:35:32 -04:00