From 77ddfb1125099805a0bcd159490712ef23f1a6dd Mon Sep 17 00:00:00 2001 From: Namekuji Date: Sat, 24 Dec 2022 15:58:11 +0900 Subject: [PATCH] change default activation level --- config/livekit.sample.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/config/livekit.sample.yaml b/config/livekit.sample.yaml index d80b484..34e4d4b 100644 --- a/config/livekit.sample.yaml +++ b/config/livekit.sample.yaml @@ -58,7 +58,7 @@ room: audio: # minimum level to be considered active, 0-127, where 0 is loudest # # defaults to 30 - active_level: 60 + active_level: 45 # percentile to measure, a participant is considered active if it has exceeded the # ActiveLevel more than MinPercentile% of the time # # defaults to 40