How can I implement selective audio routing

Hello Community.. I would like to implement an audioroom where a user can selectively listen to a speaker of there choice… as all speakers talk simultaneously

Use the VideoRoom plugin for that.

but all I need is audio… You mean I can use the videoroom plugin for just audio?

thanks by the way… for the reply
:folded_hands:

Yes, just ignore the “video” in the name. It’s a selective forwarding unit (SFU) plugin that you can use for anything, even just data if you wanted.

wow… thank you so much…

Maybe just one more question… Is there a better janus.js file that you would recommend I use for react-native? I’m finding it so hard to develop my app for mobile

Have a look at Janode.

hello @lorenzo I’ve setup videoroom to use for my selective audio use case. I’m currently testing locally with a local janus server. but the audio quality is so bad. I want to know what the issue could be and how to fix it if there is a way. Thanks!

You may want to get more familiar with the Admin API to debug your issues.