bigbluebutton-Github/bigbluebutton-html5/imports/api/audio/client
prlanzarin b8a1b881c5 fix(audio): clear connection timeout on autoplay failures
If the autoplay block is triggered in listen only, the connection timer
keeps ticking even if the user correctly accepts the audio play prompt.
That causes an audio re-connect once the timeout expires.

Clear the connection timer if the audio bridge starts with
NotAllowedError as a soft error. For connection purposes, the audio join
procedure worked. The autoplay thing is at the UI/UX level, not WebRTC.
2023-08-09 11:09:27 -03:00
..
bridge fix(audio): clear connection timeout on autoplay failures 2023-08-09 11:09:27 -03:00