This commit is contained in:
parent
e484e6e34f
commit
d0d7697434
|
@ -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(
|
||||||
|
|
Loading…
Reference in New Issue