This commit is contained in:
Philipp Hancke 2014-09-13 15:58:03 +02:00
parent e484e6e34f
commit d0d7697434
1 changed files with 1 additions and 1 deletions

View File

@ -585,7 +585,7 @@ function getUserMediaWithConstraints(um, success_callback, failure_callback, res
} }
if (constraints.video) { if (constraints.video) {
constraints.video.optional.push( constraints.video.optional.push(
{googNoiseReduction: true} {googNoiseReduction: false} // chrome 37 workaround for issue 3807, reenable in M38
); );
if (um.indexOf('video') >= 0) { if (um.indexOf('video') >= 0) {
constraints.video.optional.push( constraints.video.optional.push(