How to give audio and video contraints in openvidu

How can I give mextra constrains in audio like echoCancellation, autoGainControl etc

1 Like

OpenVidu Browser is just a simplified wrapper around standard Web API. But you can always directly provide a MediaStreamTrack object to OpenVidu.initPublisher method, passing as audioSource or videoSource properties that object: https://docs.openvidu.io/en/2.12.0/api/openvidu-browser/interfaces/publisherproperties.html

That MediaStreamTrack can be obtained as you like, using WebAPI or any other library you want.