From 70346e230733d4dd9cfcdbf14d3a67343671449f Mon Sep 17 00:00:00 2001 From: George Politis Date: Thu, 28 Jan 2016 21:20:23 +0000 Subject: [PATCH] Replaces obsolete config option and enables simulcast by default. --- config.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/config.js b/config.js index 07be20fa8..4dda7b85f 100644 --- a/config.js +++ b/config.js @@ -57,7 +57,7 @@ var config = { adaptiveSimulcast: false, enableRecording: false, enableWelcomePage: true, - enableSimulcast: false, // blocks FF support + disableSimulcast: false, logStats: false, // Enable logging of PeerConnection stats via the focus // requireDisplayName: true, // Forces the participants that doesn't have display name to enter it when they enter the room. // startAudioMuted: 10, // every participant after the Nth will start audio muted