From eb48750a02f882eda6aa4c7c7bf91586eb3bbada Mon Sep 17 00:00:00 2001 From: Supertiger Date: Sat, 12 Oct 2024 15:04:08 +0100 Subject: [PATCH] add comment --- src/components/main-pane-header/ScreenShareModal.tsx | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/src/components/main-pane-header/ScreenShareModal.tsx b/src/components/main-pane-header/ScreenShareModal.tsx index 4bce606e..e119e565 100644 --- a/src/components/main-pane-header/ScreenShareModal.tsx +++ b/src/components/main-pane-header/ScreenShareModal.tsx @@ -145,11 +145,11 @@ const constructConstraints = async ( width: 0, frameRate: 0, resizeMode: "none", - echoCancellation: true, + echoCancellation: true, // fixes screenshare echo }, audio: { autoGainControl: false, - echoCancellation: true, + echoCancellation: true, // fixes screenshare echo googAutoGainControl: false, noiseSuppression: false, },