Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Correct path to silence.mp3 #11112

Merged

Conversation

antobinary
Copy link
Member

Fixes #11057

before: https://bbb.example.com/html5client/2resources/sounds/silence.mp3
after: https://bbb.example.com/html5client/2/resources/sounds/silence.mp3
Thanks @Rahimimojtaba for reporting!

@antobinary antobinary added this to the Release 2.3 milestone Jan 6, 2021
@antobinary antobinary merged commit 4758cf8 into bigbluebutton:develop Jan 6, 2021
@prlanzarin
Copy link
Member

prlanzarin commented Jan 6, 2021

Unrelated but related: // Play bogus silent audio to try to circumvent autoplay policy on Safari.

I had forgotten about this workaround.

It should be slated for removal. I suggest putting it behind a flag, toggling it off, measuring impact and then removing it (like we're doing with #10810).

AFAIK I addressed the auto play shenanigans in a way that shouldn't require this workaround anymore so it's worth trying to get rid of it.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

Successfully merging this pull request may close these issues.

BBB2.3-Dev Multiple HTML5 Process
2 participants