Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

There is echo #16

Open
odats opened this issue Mar 13, 2023 · 1 comment
Open

There is echo #16

odats opened this issue Mar 13, 2023 · 1 comment

Comments

@odats
Copy link

odats commented Mar 13, 2023

I run the code and hear an echo.

The following code does not fix it:

const pc = new RTCPeerConnection(servers);
pc.setConfiguration({echoCancellation: true});
pc.setConfiguration({noiseSuppression: true, autoGainControl: true});
@odats odats changed the title There is echo. There is echo Mar 13, 2023
@PhilippeArtean
Copy link

adding "muted" to the html video element seems to fix it

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants