Philipp Hancke 11年前
コミット
d0d7697434
1個のファイルの変更1行の追加1行の削除
  1. 1
    1
      libs/strophe/strophe.jingle.adapter.js

+ 1
- 1
libs/strophe/strophe.jingle.adapter.js ファイルの表示

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

読み込み中…
キャンセル
保存