Echo Cancellation and other constraints

Is there a way to implement the audio constraints, so I can disable echo cancellation and auto gain settings?

Many thanks

Richard

Sure, you can set whatever MediaTrackConstraints you want. OpenVidu Browser library is just a wrapper around standard Web API, and you can directly provide a video or audio MediaStreamTrack as videoSource or audioSource when initializing a Publisher. So simply provide an audio track with the desired constraints.

1 Like