From d0d76974347358191428b6f972a8186ebfbe8d39 Mon Sep 17 00:00:00 2001 From: Philipp Hancke Date: Sat, 13 Sep 2014 15:58:03 +0200 Subject: [PATCH] work around https://code.google.com/p/webrtc/issues/detail?id=3807 --- libs/strophe/strophe.jingle.adapter.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/libs/strophe/strophe.jingle.adapter.js b/libs/strophe/strophe.jingle.adapter.js index 7734c766f..48c9751e6 100644 --- a/libs/strophe/strophe.jingle.adapter.js +++ b/libs/strophe/strophe.jingle.adapter.js @@ -585,7 +585,7 @@ function getUserMediaWithConstraints(um, success_callback, failure_callback, res } if (constraints.video) { constraints.video.optional.push( - {googNoiseReduction: true} + {googNoiseReduction: false} // chrome 37 workaround for issue 3807, reenable in M38 ); if (um.indexOf('video') >= 0) { constraints.video.optional.push(