From 48b4756b6afd086d82995f283af8810b92df28b0 Mon Sep 17 00:00:00 2001 From: Miroslav Pejic Date: Sat, 29 Mar 2025 01:44:36 +0100 Subject: [PATCH] [mirotalksfu] - fix typo --- app/src/config.template.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/app/src/config.template.js b/app/src/config.template.js index 1848fc45..5e412e9c 100644 --- a/app/src/config.template.js +++ b/app/src/config.template.js @@ -1178,7 +1178,7 @@ module.exports = { * - Active: Enable/disable WebRTC server * - Options: Listening interfaces and ports */ - webRtcServerActive: process.env.SFU_SERVER || false, + webRtcServerActive: process.env.SFU_SERVER === 'true', webRtcServerOptions: { listenInfos: [ {