瀏覽代碼

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…
取消
儲存