diff --git a/client/src/App.js b/client/src/App.js index 5c3a89f..a054590 100644 --- a/client/src/App.js +++ b/client/src/App.js @@ -94,8 +94,8 @@ function App() { audio: { autoGainControl: false, channelCount: 1, - echoCancellation: true, - noiseSuppression: true, + echoCancellation: false, + noiseSuppression: false, sampleSize: 16, }, };