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);
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);