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

Adds a FIXME to not let a potential problem be forgotten.

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

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

@@ -355,6 +355,9 @@ JingleSessionPC.prototype.sendIceCandidate = function (candidate) {
355 355
                 return;
356 356
             } else {
357 357
                 self.sendIceCandidates([candidate]);
358
+                // FIXME this.lasticecandidate is going to be set to true
359
+                // bellow and that seems wrong. The execution doesn't come here
360
+                // with the default values at the time of this writing.
358 361
             }
359 362
         }
360 363
     } else {

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