feat: Remove the min-participants config.

pull/8192/head
Boris Grozev 5 years ago committed by bgrozev
parent d74f93209c
commit 42d1389338
  1. 4
      config.js
  2. 1
      react/features/base/config/configWhitelist.js

@ -328,10 +328,6 @@ var config = {
// TCC sequence numbers starting from 0.
// enableIceRestart: false,
// Defines the minimum number of participants to start a call (the default
// is set in Jicofo and set to 2).
// minParticipants: 2,
// Use TURN/UDP servers for the jitsi-videobridge connection (by default
// we filter out TURN/UDP because it is usually not needed since the
// bridge itself is reachable via UDP)

@ -126,7 +126,6 @@ export default [
'liveStreamingEnabled',
'localRecording',
'maxFullResolutionParticipants',
'minParticipants',
'openBridgeChannel',
'opusMaxAverageBitrate',
'p2p',

Loading…
Cancel
Save