How to publisher volume control?

HI
It’s a deakyo company that uses openVidu Pro

I want to set the volume before publishing…

Example Site ui

image

You can try simply changing the volume of the HTMLVideoElement. Or maybe applying some kind of MediaStreamTrack constraints (https://developer.mozilla.org/en-US/docs/Web/API/MediaTrackSupportedConstraints/volume). Either way, this must probably be done in your application’s client side.

1 Like