diff --git a/modules/RTC/RTCUtils.js b/modules/RTC/RTCUtils.js index b182fe7c1..e5c589651 100644 --- a/modules/RTC/RTCUtils.js +++ b/modules/RTC/RTCUtils.js @@ -112,9 +112,6 @@ function getConstraints(um, resolution, bandwidth, fps, desktopStream, isAndroid ); } if (constraints.video) { - constraints.video.optional.push( - {googNoiseReduction: false} // chrome 37 workaround for issue 3807, reenable in M38 - ); if (um.indexOf('video') >= 0) { constraints.video.optional.push( {googLeakyBucket: true}