Browse Source

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

dev1
Lyubomir Marinov 9 years ago
parent
commit
fbc5d195eb
1 changed files with 3 additions and 0 deletions
  1. 3
    0
      modules/xmpp/JingleSessionPC.js

+ 3
- 0
modules/xmpp/JingleSessionPC.js View File

355
                 return;
355
                 return;
356
             } else {
356
             } else {
357
                 self.sendIceCandidates([candidate]);
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
     } else {
363
     } else {

Loading…
Cancel
Save