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 adjusting audio level of remote participants #255

Open
manish-baghel opened this issue Sep 12, 2024 · 0 comments
Open

Allow adjusting audio level of remote participants #255

manish-baghel opened this issue Sep 12, 2024 · 0 comments
Labels
enhancement New feature or request

Comments

@manish-baghel
Copy link

manish-baghel commented Sep 12, 2024

Feature request

Ability to adjust volume of participants

Why you need this

I am trying to add a bot to the meeting and adjust it's volume in certain scenarios

Alternatives you've considered

Couldn't find anything

Tried

call.updateParticipant(participant.session_id, {
  setAudio: false,
})

but I think this affects participants audio track, instead I am trying to mute or adjust audio level of a certain remote participant only for the local participant

Additional context

None

@manish-baghel manish-baghel added the enhancement New feature or request label Sep 12, 2024
@manish-baghel manish-baghel changed the title Allow adjusting audio volume of remote participants Allow adjusting audio level of remote participants Sep 12, 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

1 participant