Browse Source

feat: Remove the min-participants config.

j8
Boris Grozev 4 years ago
parent
commit
42d1389338
2 changed files with 0 additions and 5 deletions
  1. 0
    4
      config.js
  2. 0
    1
      react/features/base/config/configWhitelist.js

+ 0
- 4
config.js View File

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

+ 0
- 1
react/features/base/config/configWhitelist.js View File

@@ -126,7 +126,6 @@ export default [
126 126
     'liveStreamingEnabled',
127 127
     'localRecording',
128 128
     'maxFullResolutionParticipants',
129
-    'minParticipants',
130 129
     'openBridgeChannel',
131 130
     'opusMaxAverageBitrate',
132 131
     'p2p',

Loading…
Cancel
Save