Replaces obsolete config option and enables simulcast by default.

pull/480/head 795
George Politis 9 years ago
parent 33cb79fb8a
commit 70346e2307
  1. 2
      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

Loading…
Cancel
Save