Skip to content

Commit 6c7a46e

Browse files
committed
Minor changes
1 parent 018a93c commit 6c7a46e

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

lib/jsflow-tracker.js

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -193,6 +193,8 @@ jsFlowTracker.prototype._onWebRtcOffer = function (payload, from) {
193193
}
194194
else {
195195
console.error('Already have peer connection with user: ' + from);
196+
// Test if this works
197+
self.client.emit('peer', peer)
196198
}
197199
}
198200

0 commit comments

Comments
 (0)