Hi @damencho,
I am trying to implement volume control feature like shown in this link in React Native Application. I looked for the functionality in web code but I don’t think it will work in React Native App as it updates audio element in web code.
Basically, I want to mute/unmute audio for remote-tracks(participants) locally (like volume control feature in web)
Please guide me if it is possible in React Native app.