From a52a96b13f822f613cc2a4217436d54c62b57129 Mon Sep 17 00:00:00 2001 From: Stefan Otto Date: Tue, 24 Apr 2018 18:28:57 +0200 Subject: [PATCH] Switch off simulcast as default until this works better --- app/lib/index.jsx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/app/lib/index.jsx b/app/lib/index.jsx index e4f9cd2..f6e291c 100644 --- a/app/lib/index.jsx +++ b/app/lib/index.jsx @@ -78,7 +78,7 @@ function run() const produce = urlParser.query.produce !== 'false'; let displayName = urlParser.query.displayName; const isSipEndpoint = urlParser.query.sipEndpoint === 'true'; - const useSimulcast = urlParser.query.simulcast !== 'false'; + const useSimulcast = urlParser.query.simulcast === 'true'; if (!roomId) {