Skip to content

Commit ebe9023

Browse files
committed
Small changes
1 parent 71b6ab6 commit ebe9023

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

lib/jsflow-tracker.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -237,7 +237,7 @@ jsFlowTracker.prototype._sendAnnounce = function (params) {
237237

238238
function processStoredCandidates (tracker, from) {
239239
console.log("Processing stored candidates.")
240-
var peer = self._peers[from]
240+
var peer = tracker._peers[from]
241241
tracker.storeIce.forEach(function(candidate){
242242
if(peer) {
243243
peer.signal(candidate)

0 commit comments

Comments
 (0)