From ea26c00d62b0dab5689affbe4785eeda157ab629 Mon Sep 17 00:00:00 2001 From: Daniel Berteaud Date: Fri, 23 May 2014 10:12:15 +0200 Subject: [PATCH] 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 --- templates/default/join.html.ep | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/templates/default/join.html.ep b/templates/default/join.html.ep index 39693aa..420211af 100644 --- a/templates/default/join.html.ep +++ b/templates/default/join.html.ep @@ -340,6 +340,10 @@ detectSpeakingEvents: true, adjustPeerVolume: false, autoAdjustMic: false, + harkOptions: { + interval: 300, + threshold: -20 + }, media: { video: { mandatory: {