C
C
cb77772020-05-25 17:29:31
JavaScript
cb7777, 2020-05-25 17:29:31

Can I make it so that only the selected conference participant hears the voice from the microphone?

There is a conference based on jitsi meet, there are several participants in it, I want to make it so that when I speak, I can choose to whom my voice from the microphone will be available. So that only the one I clicked on could hear.
5ecbd555bbe2f696730442.png
at the moment I can mute the audio of other participants by simply adding an audio mute to the tag. But I don't know how to implement the function described above.

к примеру 
if(remoteTracks[id] == id){
тут слышит только выбранный 
}else {остальным голос не доступен}

Answer the question

In order to leave comments, you need to log in

Didn't find what you were looking for?

Ask your question

Ask a Question

731 491 924 answers to any question