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
master
Daniel Berteaud 11 years ago
parent dde00417ba
commit beac9d822a
  1. 2
      templates/default/join.html.ep

@ -337,7 +337,7 @@
autoRequestMedia: true,
enableDataChannels: true,
debug: false,
detectSpeakingEvents: true,
detectSpeakingEvents: false,
adjustPeerVolume: false,
autoAdjustMic: false,
media: {

Loading…
Cancel
Save