Skip to content

Commit 4674b00

Browse files
Minor fix
1 parent 8592511 commit 4674b00

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
@@ -204,7 +204,7 @@ jsFlowTracker.prototype._onWebRtcIce = function (payload, from) {
204204
if(peer) {
205205

206206
if(payload.candidate) {
207-
peer.signal(payload.candidate)
207+
peer.signal(payload)
208208
}
209209
else {
210210
console.error('Candidate did not exist as expected in payload', payload);

0 commit comments

Comments
 (0)