element-hq / element-hq/element-call
Keep user volume persistent between calls
- Dominant language
- TypeScript
- Stars
- 996
- Forks
- 213
- Avg merge
- 1d 8h
- Merged PRs (30d)
- 55
Description
### Your use case
#### What would you like to do?
When setting the volume of a user tile, if either the user disconnects or i disconnect in the future and establish a new session, the volume setting is reset for every user.
It would be nice to have a toggleable setting that switches between the old behaviour and what i'm requesting here.
#### Why would you like to do it?
Users often have varying loudness depending on their environment or setup.
This feature would allow me to adjust the volume of louder users and maintain that adjustment consistently between calls/sessions, instead of needing to manually adjust it each time.
#### How would you like to achieve it?
A setting, when enabled, saves the volume adjustment for each user tile and applies it across different calls/sessions.
This setting should persist until manually changed, even if the user disconnects and reconnects.
### Have you considered any alternatives?
_No response_
### Additional context
_No response_
Contributor guide
Assessment
This issue has not been assessed yet.