daily-co / daily-js

https://docs.daily.co/reference/daily-js
BSD 2-Clause "Simplified" License
103 stars 33 forks source link

Allow adjusting audio level of remote participants #255

Open manish-baghel opened 2 months ago

manish-baghel commented 2 months ago

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