1
0
mirror of https://github.com/dani/vroom.git synced 2024-06-02 05:21:39 +02:00

Disable SimpleWebRTC debuging

This commit is contained in:
Daniel Berteaud 2014-04-04 11:44:35 +02:00
parent 0001b6da86
commit 42d352eed4

View File

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