Skip to content

Commit

Permalink
add comment
Browse files Browse the repository at this point in the history
  • Loading branch information
SupertigerDev committed Oct 12, 2024
1 parent 354671a commit eb48750
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions src/components/main-pane-header/ScreenShareModal.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -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,
},
Expand Down

0 comments on commit eb48750

Please sign in to comment.