소스 검색

feat: Remove the min-participants config.

j8
Boris Grozev 5 년 전
부모
커밋
42d1389338
2개의 변경된 파일0개의 추가작업 그리고 5개의 파일을 삭제
  1. 0
    4
      config.js
  2. 0
    1
      react/features/base/config/configWhitelist.js

+ 0
- 4
config.js 파일 보기

@@ -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 파일 보기

@@ -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…
취소
저장