From 3c084c00821b22560087d08d0b09fc234b901d23 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Sa=C3=BAl=20Ibarra=20Corretg=C3=A9?= Date: Thu, 20 Jul 2017 09:48:28 +0200 Subject: [PATCH] config: document enableFirefoxSimulcast --- config.js | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/config.js b/config.js index 38a7942d5..1cf3c4b56 100644 --- a/config.js +++ b/config.js @@ -12,6 +12,10 @@ var config = { // eslint-disable-line no-unused-vars //focus: 'focus.jitsi-meet.example.com', // defaults to 'focus.jitsi-meet.example.com' }, testing: { + /** + * Enables experimental simulcast support on Firefox. + */ + enableFirefoxSimulcast: false, /** * P2P test mode disables automatic switching to P2P when there are 2 * participants in the conference.