From beac9d822a8ced77a9106139515b4281272cad67 Mon Sep 17 00:00:00 2001 From: Daniel Berteaud Date: Wed, 21 May 2014 18:32:59 +0200 Subject: [PATCH] Disable speaking events (again) as it's not working correctly Probably too much data pushed in dataChannels (and the signaling channel too), it eats CPU, until it just stop working. Enabling debug with speaking events disable freezes JS console in Chrome after a few seconds --- templates/default/join.html.ep | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/templates/default/join.html.ep b/templates/default/join.html.ep index 115cd33..1c4462f 100644 --- a/templates/default/join.html.ep +++ b/templates/default/join.html.ep @@ -337,7 +337,7 @@ autoRequestMedia: true, enableDataChannels: true, debug: false, - detectSpeakingEvents: true, + detectSpeakingEvents: false, adjustPeerVolume: false, autoAdjustMic: false, media: {