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

Volume Controls #750

Open
dmke opened this issue Jan 11, 2024 · 0 comments
Open

Volume Controls #750

dmke opened this issue Jan 11, 2024 · 0 comments
Labels
enhancement New feature or request

Comments

@dmke
Copy link

dmke commented Jan 11, 2024

Describe the problem

As a participant, I would like to control the local volume of other participants.

Some users don't realize that they're too loud, or have some background noise above the activation level. In those cases I would like to reduce their volume a bit.

Describe the proposed solution

Jitsi has a volume slider on each of (their version of) their <ParticipantTile/>. I don't have current screenshots, but in 2017 it looked like this:

image

(from https://jitsi.org/blog/control-the-volume-for-every-meet-participant/)

Alternatives considered

I tried to influence the <audio/> element in <AudioTrack/> (@livekit/components-react/src/components/participant/AudioTrack.tsx) but couldn't get it working, since the controls would probably live in the <ParticipantTile/>, and I'm not familiar enough with React itself.

Importance

would make my life easier

Additional Information

No response

@Ocupe Ocupe added the enhancement New feature or request label Jan 26, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request
Projects
None yet
Development

No branches or pull requests

2 participants