meetecho / janus-gateway

Janus WebRTC Server
https://janus.conf.meetecho.com
GNU General Public License v3.0
8k stars 2.45k forks source link

Feature request: audiobridge mute another user #1387

Closed dmakeev closed 5 years ago

dmakeev commented 5 years ago

Hello!

Is it possible to add ability for user to mute another user for himself only?

For example, we have 4 users in group call: John, Tom, Kate and Mary. John can mute Mary for himself and listen only Tom and Kate, while other will listen all users. No volume adjustment needed, just mute certain user for selected user only.

As I see in https://github.com/meetecho/janus-gateway/issues/668, it's not easy to adjust volumes of sertain users (and it's not needed), but removing separate audiostream is possible (as it's done for user own audio).

Thank you!]

lminiero commented 5 years ago

This was discussed already some time ago, so we have no immediate plan to work on that. We can add it to the TODO list, but I have to say it would be quite low on our priority list. Of course, as usual we're open to review pull requests.

lminiero commented 5 years ago

Closing as we don't plan to do that.