Reduce hark poll frequency and use a very high threslhold

So speaking events won't be fired (we don't use them) but volume will still be analyzed
to warn when no sound is detected
master
Daniel Berteaud 11 years ago
parent 1d84ee7cc7
commit ea26c00d62
  1. 4
      templates/default/join.html.ep

@ -340,6 +340,10 @@
detectSpeakingEvents: true,
adjustPeerVolume: false,
autoAdjustMic: false,
harkOptions: {
interval: 300,
threshold: -20
},
media: {
video: {
mandatory: {

Loading…
Cancel
Save