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

Merge pull request #63 from bgrozev/allow-rtx-disable

Allows RTX to be disable for a conference.
dev1
George Politis 9 лет назад
Родитель
Сommit
1bdab2c989
1 измененных файлов: 7 добавлений и 0 удалений
  1. 7
    0
      modules/xmpp/moderator.js

+ 7
- 0
modules/xmpp/moderator.js Просмотреть файл

@@ -171,6 +171,13 @@ Moderator.prototype.createConferenceIq =  function () {
171 171
                 value: value
172 172
             }).up();
173 173
     }
174
+    if (options.disableRtx !== undefined) {
175
+        elem.c(
176
+            'property', {
177
+                name: 'disableRtx',
178
+                value: options.disableRtx
179
+            }).up();
180
+    }
174 181
     if (options.openSctp !== undefined) {
175 182
         elem.c(
176 183
             'property', {

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