Skip to content

Commit 42d1d1d

Browse files
committed
Minor fix
1 parent 39220d0 commit 42d1d1d

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
@@ -133,6 +133,7 @@ jsFlowTracker.prototype._onData = function (payload, from) {
133133
else { // The signalling is for an OFFER
134134
offer = signalObject;
135135
if (peer.readyForIce) {
136+
console.log('self: ', self)
136137
processStoredCandidates(self)
137138
}
138139
var params = {
@@ -224,7 +225,7 @@ jsFlowTracker.prototype._onWebRtcIce = function (payload, from) {
224225
}
225226
}
226227
else {
227-
console.error('Candidate refers to a peer not yet created. TODO: Buffer ICE!', payload);
228+
console.error('Candidate refers to a peer not yet created. Buffering ICE!', payload);
228229
self.storeIce.push(payload.candidate)
229230
}
230231
}

0 commit comments

Comments
 (0)