Mute Audio of a partcipant in group call based on userId (currentConference.current?.sendAudio(isMuted, userID))

30 Views Asked by At

We have a requirement where we need to mute audio for a certain section of users in our Conference call. Can we have something like

currentConference.current?.sendAudio(isMuted, userID);

instead of

currentConference.current?.sendAudio(isMuted);
0

There are 0 best solutions below