feat: Remove the min-participants config.
This commit is contained in:
parent
d74f93209c
commit
42d1389338
|
@ -328,10 +328,6 @@ var config = {
|
||||||
// TCC sequence numbers starting from 0.
|
// TCC sequence numbers starting from 0.
|
||||||
// enableIceRestart: false,
|
// 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
|
// Use TURN/UDP servers for the jitsi-videobridge connection (by default
|
||||||
// we filter out TURN/UDP because it is usually not needed since the
|
// we filter out TURN/UDP because it is usually not needed since the
|
||||||
// bridge itself is reachable via UDP)
|
// bridge itself is reachable via UDP)
|
||||||
|
|
|
@ -126,7 +126,6 @@ export default [
|
||||||
'liveStreamingEnabled',
|
'liveStreamingEnabled',
|
||||||
'localRecording',
|
'localRecording',
|
||||||
'maxFullResolutionParticipants',
|
'maxFullResolutionParticipants',
|
||||||
'minParticipants',
|
|
||||||
'openBridgeChannel',
|
'openBridgeChannel',
|
||||||
'opusMaxAverageBitrate',
|
'opusMaxAverageBitrate',
|
||||||
'p2p',
|
'p2p',
|
||||||
|
|
Loading…
Reference in New Issue