Просмотр исходного кода

feat: Remove the min-participants config.

j8
Boris Grozev 4 лет назад
Родитель
Сommit
42d1389338
2 измененных файлов: 0 добавлений и 5 удалений
  1. 0
    4
      config.js
  2. 0
    1
      react/features/base/config/configWhitelist.js

+ 0
- 4
config.js Просмотреть файл

328
     // TCC sequence numbers starting from 0.
328
     // TCC sequence numbers starting from 0.
329
     // enableIceRestart: false,
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
     // Use TURN/UDP servers for the jitsi-videobridge connection (by default
331
     // Use TURN/UDP servers for the jitsi-videobridge connection (by default
336
     // we filter out TURN/UDP because it is usually not needed since the
332
     // we filter out TURN/UDP because it is usually not needed since the
337
     // bridge itself is reachable via UDP)
333
     // bridge itself is reachable via UDP)

+ 0
- 1
react/features/base/config/configWhitelist.js Просмотреть файл

126
     'liveStreamingEnabled',
126
     'liveStreamingEnabled',
127
     'localRecording',
127
     'localRecording',
128
     'maxFullResolutionParticipants',
128
     'maxFullResolutionParticipants',
129
-    'minParticipants',
130
     'openBridgeChannel',
129
     'openBridgeChannel',
131
     'opusMaxAverageBitrate',
130
     'opusMaxAverageBitrate',
132
     'p2p',
131
     'p2p',

Загрузка…
Отмена
Сохранить