Disable SimpleWebRTC debuging

This commit is contained in:
Daniel Berteaud 2014-04-04 11:44:35 +02:00
parent 0001b6da86
commit 42d352eed4
1 changed files with 1 additions and 1 deletions

View File

@ -118,7 +118,7 @@
localVideoEl: 'webRTCVideoLocal',
autoRequestMedia: true,
enableDataChannels: true,
debug: true,
debug: false,
detectSpeakingEvents: false,
adjustPeerVolume: false,
autoAdjustMic: false,