f91402bc4a
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. |
||
---|---|---|
.. | ||
.meteor | ||
client | ||
imports | ||
private | ||
public | ||
server | ||
.eslintignore | ||
.eslintrc.js | ||
.gitignore | ||
deploy_to_usr_share.sh | ||
jsconfig.json | ||
package-lock.json | ||
package.json | ||
run-dev.sh | ||
test-html5.sh |