소스 검색

Merge pull request #364 from saghul/cleanup-simulcastmode

cleanup: remove code handling simulcast mode
dev1
bgrozev 8 년 전
부모
커밋
d904edbc0b
1개의 변경된 파일0개의 추가작업 그리고 7개의 파일을 삭제
  1. 0
    7
      modules/xmpp/moderator.js

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

@@ -208,13 +208,6 @@ Moderator.prototype.createConferenceIq =  function () {
208 208
                 value: this.options.conference.stereo
209 209
             }).up();
210 210
     }
211
-
212
-    elem.c(
213
-        'property', {
214
-            name: 'simulcastMode',
215
-            value: 'rewriting'
216
-        }).up();
217
-
218 211
     if (this.options.conference.useRoomAsSharedDocumentName !== undefined) {
219 212
         elem.c(
220 213
             'property', {

Loading…
취소
저장