You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Hi
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);
The text was updated successfully, but these errors were encountered:
vtn-dev-manish
changed the title
Mute Audio based on userId
Mute Audio based on userId (currentConference.current?.sendAudio(isMuted, userID))
Jun 20, 2023
vtn-dev-manish
changed the title
Mute Audio based on userId (currentConference.current?.sendAudio(isMuted, userID))
Mute Audio of a partcipant in group call based on userId (currentConference.current?.sendAudio(isMuted, userID))
Jun 20, 2023
Hi
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);
The text was updated successfully, but these errors were encountered: