From 4cac7ac97fefc89e9d56144a5c61e3bf66deb7b2 Mon Sep 17 00:00:00 2001 From: Boris Grozev Date: Tue, 28 Jul 2015 13:47:37 -0500 Subject: [PATCH] Re-enables video noise reduction (removes a workaround for M37). --- modules/RTC/RTCUtils.js | 3 --- 1 file changed, 3 deletions(-) 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}