Re-enables video noise reduction (removes a workaround for M37).

This commit is contained in:
Boris Grozev 2015-07-28 13:47:37 -05:00
parent f8b7d048b0
commit 4cac7ac97f
1 changed files with 0 additions and 3 deletions

View File

@ -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}