Skip to content

Commit 4375526

Browse files
committed
Minor changes
1 parent ebe9023 commit 4375526

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

lib/jsflow-tracker.js

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -132,6 +132,7 @@ jsFlowTracker.prototype._onData = function (payload, from) {
132132
}
133133
else { // The signalling is for an OFFER
134134
offer = signalObject;
135+
console.log('We got an offer', offer)
135136
if (peer.readyForIce) {
136137
console.log('self: ', self)
137138
processStoredCandidates(self,from)

0 commit comments

Comments
 (0)