소스 검색

fix(last-n): Do not let Jicofo initialize last-n for the whole conference.

The plan is to move the lastNLimits logic to bridge. The clients will be able to override(lower) the bridge limits through the bridge channel only. Also, this lets us configure last-n per receiver and not set the last-n value for the whole conference the way Jicofo sets it currently.
dev1
Jaya Allamsetty 4 년 전
부모
커밋
21e517807b
1개의 변경된 파일0개의 추가작업 그리고 7개의 파일을 삭제
  1. 0
    7
      modules/xmpp/moderator.js

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

177
                 value: this.options.connection.hosts.call_control
177
                 value: this.options.connection.hosts.call_control
178
             }).up();
178
             }).up();
179
     }
179
     }
180
-    if (config.channelLastN !== undefined) {
181
-        elem.c(
182
-            'property', {
183
-                name: 'channelLastN',
184
-                value: config.channelLastN
185
-            }).up();
186
-    }
187
     elem.c(
180
     elem.c(
188
         'property', {
181
         'property', {
189
             name: 'disableRtx',
182
             name: 'disableRtx',

Loading…
취소
저장