Skip to content

Commit 53b8fd3

Browse files
committed
Minor fix.
1 parent e76a0af commit 53b8fd3

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

lib/jsflow-tracker.js

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -247,6 +247,7 @@ jsFlowTracker.prototype._sendAnnounce = function (params) {
247247
function processStoredCandidates (tracker, from) {
248248
console.log("Processing stored candidates.")
249249
var peer = tracker._peers[from]
250-
tracker.storeIce.forEach(function(candidate){
250+
tracker.storeIce.forEach(function(payload){
251251
peer.signal(payload)
252+
})
252253
}

0 commit comments

Comments
 (0)