Procházet zdrojové kódy

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

dev1
Lyubomir Marinov před 9 roky
rodič
revize
fbc5d195eb
1 změnil soubory, kde provedl 3 přidání a 0 odebrání
  1. 3
    0
      modules/xmpp/JingleSessionPC.js

+ 3
- 0
modules/xmpp/JingleSessionPC.js Zobrazit soubor

@@ -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 {

Načítá se…
Zrušit
Uložit