Philipp Hancke 11 years ago
parent
commit
d0d7697434
1 changed files with 1 additions and 1 deletions
  1. 1
    1
      libs/strophe/strophe.jingle.adapter.js

+ 1
- 1
libs/strophe/strophe.jingle.adapter.js View File

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

Loading…
Cancel
Save