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

Allow to keep the last mute state for a room widget per user #122

Open
MTRNord opened this issue Feb 5, 2022 · 1 comment
Open

Allow to keep the last mute state for a room widget per user #122

MTRNord opened this issue Feb 5, 2022 · 1 comment
Labels
FOSDEM Needed for FOSDEM

Comments

@MTRNord
Copy link

MTRNord commented Feb 5, 2022

Is your feature request related to a problem? Please describe.
When you mute the widget and switch rooms, the mute state isn't kept. This gets annoying sometimes.

Describe the solution you'd like
Some way of saving it on a per widget/room base per user.

Describe alternatives you've considered
Starting muted by default. But that's against the purpose of a conference.

@squahtx
Copy link
Contributor

squahtx commented Feb 5, 2022

In #51 we tried storing mute+volume state in localStorage but rejected it because it wouldn't work when third party tracking was disabled and didn't work for popout.

For this use case it may make sense to use localStorage, unless the widget API provides its own storage mechanism.

Remember to test on Firefox: when I tried restoring the volume state too early, the <video> UI displayed the state incorrectly.

@squahtx squahtx added the FOSDEM Needed for FOSDEM label Feb 5, 2022
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
FOSDEM Needed for FOSDEM
Projects
None yet
Development

No branches or pull requests

2 participants