Philipp Hancke vor 11 Jahren
Ursprung
Commit
d0d7697434
1 geänderte Dateien mit 1 neuen und 1 gelöschten Zeilen
  1. 1
    1
      libs/strophe/strophe.jingle.adapter.js

+ 1
- 1
libs/strophe/strophe.jingle.adapter.js Datei anzeigen

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

Laden…
Abbrechen
Speichern