feat: Remove the min-participants config.

This commit is contained in:
Boris Grozev 2020-11-30 13:06:32 -06:00 committed by bgrozev
parent d74f93209c
commit 42d1389338
2 changed files with 0 additions and 5 deletions

View File

@ -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)

View File

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