From 384f0cf1e46daf61da184f45fe4c44d6c9b5d6a1 Mon Sep 17 00:00:00 2001 From: Stefan Otto Date: Tue, 19 May 2020 14:12:48 +0200 Subject: [PATCH] More sticky local speaker detection --- app/src/RoomClient.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/app/src/RoomClient.js b/app/src/RoomClient.js index 1bf75c6..3e9bc46 100644 --- a/app/src/RoomClient.js +++ b/app/src/RoomClient.js @@ -1008,7 +1008,7 @@ export default class RoomClient play : false, interval : 5, threshold : store.getState().settings.noiseThreshold, - history : 30 + history : 300 }); this._hark.lastVolume = -100;