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

Uses sendIceCandidates instead of sendIceCandidate as the rest of the code suggests was the intention.

dev1
Lyubomir Marinov 9 лет назад
Родитель
Сommit
63fec23086
1 измененных файлов: 1 добавлений и 1 удалений
  1. 1
    1
      modules/xmpp/JingleSessionPC.js

+ 1
- 1
modules/xmpp/JingleSessionPC.js Просмотреть файл

@@ -340,7 +340,7 @@ JingleSessionPC.prototype.sendIceCandidate = function (candidate) {
340 340
                 this.drip_container.push(candidate);
341 341
                 return;
342 342
             } else {
343
-                self.sendIceCandidate([candidate]);
343
+                self.sendIceCandidates([candidate]);
344 344
             }
345 345
         }
346 346
     } else {

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