From f5f689c53dec9f8e39b81b3bc0a0e316be8b9089 Mon Sep 17 00:00:00 2001 From: mbondarenko Date: Tue, 27 Sep 2022 14:59:17 +0200 Subject: [PATCH] =?UTF-8?q?Added=20config=20option=20for=20enabling=20Opus?= =?UTF-8?q?=20DTX=20flag=20which=20used=20for=20reduction=20in=20the=20aud?= =?UTF-8?q?io=20traffic,=20when=20a=20participant=20is=20silent=20then=20t?= =?UTF-8?q?he=20audio=20packet=20won=E2=80=99t=20be=20transmitted.?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- config.js | 3 +++ 1 file changed, 3 insertions(+) diff --git a/config.js b/config.js index 2d2e42a95..d61461ba7 100644 --- a/config.js +++ b/config.js @@ -208,9 +208,12 @@ var config = { // Specify audio quality stereo and opusMaxAverageBitrate values in order to enable HD audio. // Beware, by doing so, you are disabling echo cancellation, noise suppression and AGC. + // Specify enableOpusDtx to enable support for opus-dtx where + // audio packets won’t be transmitted while participant is silent or muted. // audioQuality: { // stereo: false, // opusMaxAverageBitrate: null, // Value to fit the 6000 to 510000 range. + // enableOpusDtx: false, // }, // Video