More sticky local speaker detection

auto_join_3.3
Stefan Otto 2020-05-19 14:12:48 +02:00
parent 8d55cd5d1a
commit 384f0cf1e4
1 changed files with 1 additions and 1 deletions

View File

@ -1008,7 +1008,7 @@ export default class RoomClient
play : false, play : false,
interval : 5, interval : 5,
threshold : store.getState().settings.noiseThreshold, threshold : store.getState().settings.noiseThreshold,
history : 30 history : 300
}); });
this._hark.lastVolume = -100; this._hark.lastVolume = -100;