Преглед изворни кода

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

dev1
Lyubomir Marinov пре 9 година
родитељ
комит
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 {

Loading…
Откажи
Сачувај