We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent e76a0af commit 53b8fd3Copy full SHA for 53b8fd3
lib/jsflow-tracker.js
@@ -247,6 +247,7 @@ jsFlowTracker.prototype._sendAnnounce = function (params) {
247
function processStoredCandidates (tracker, from) {
248
console.log("Processing stored candidates.")
249
var peer = tracker._peers[from]
250
- tracker.storeIce.forEach(function(candidate){
+ tracker.storeIce.forEach(function(payload){
251
peer.signal(payload)
252
+ })
253
}
0 commit comments