From 42d352eed4dad2b82887ead28a25fc297f119924 Mon Sep 17 00:00:00 2001 From: Daniel Berteaud Date: Fri, 4 Apr 2014 11:44:35 +0200 Subject: [PATCH] Disable SimpleWebRTC debuging --- 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 4a9826e..68a9a36 100644 --- a/templates/default/join.html.ep +++ b/templates/default/join.html.ep @@ -118,7 +118,7 @@ localVideoEl: 'webRTCVideoLocal', autoRequestMedia: true, enableDataChannels: true, - debug: true, + debug: false, detectSpeakingEvents: false, adjustPeerVolume: false, autoAdjustMic: false,