Change Subscriber/Publisher Audio Volume

Hi, Thanks a lot for the great service.

How can I set the audio volume for Subscriber/Publisher?
for example
subscriber.getAudioVolume()
subscriber.setAudioVolume(20);

I am using openvidu-browser-2.15.0.js

Thanks in advance for any answer.

1 Like

Did you find a solution to this?

Has anyone found a solution to this, or is it in the pipeline for a later release?

Volume should be treated as a property of the player elements, such as an HTML Video player.

How would you advise going about doing that on a react native project, as there are some platform/library limitations?

I am not a react native expert, but I am sure there are similar features on the native video elements of react native. For example: GitHub - react-native-video/react-native-video: A <Video /> component for react-native