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

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
                 this.drip_container.push(candidate);
340
                 this.drip_container.push(candidate);
341
                 return;
341
                 return;
342
             } else {
342
             } else {
343
-                self.sendIceCandidate([candidate]);
343
+                self.sendIceCandidates([candidate]);
344
             }
344
             }
345
         }
345
         }
346
     } else {
346
     } else {

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