소스 검색

feat: Remove the min-participants config. (#1418)

dev1
bgrozev 4 년 전
부모
커밋
82930b6bf8
No account linked to committer's email address
1개의 변경된 파일0개의 추가작업 그리고 7개의 파일을 삭제
  1. 0
    7
      modules/xmpp/moderator.js

+ 0
- 7
modules/xmpp/moderator.js 파일 보기

@@ -204,13 +204,6 @@ Moderator.prototype.createConferenceIq = function() {
204 204
                     value: true
205 205
                 }).up();
206 206
     }
207
-    if (config.minParticipants !== undefined) {
208
-        elem.c(
209
-                'property', {
210
-                    name: 'minParticipants',
211
-                    value: config.minParticipants
212
-                }).up();
213
-    }
214 207
 
215 208
     elem.c(
216 209
         'property', {

Loading…
취소
저장