webrtc-signal-http
Advanced tools
Comparing version 1.6.0 to 1.7.0
@@ -18,3 +18,3 @@ const Emitter = require('events').EventEmitter | ||
peer.res = res | ||
peer.ip = req.ip | ||
peer.ip = req.realIp || req.ip | ||
@@ -54,3 +54,3 @@ this.emit('addPeer', peer) | ||
this._peers[id].res = res | ||
this._peers[id].ip = req.ip | ||
this._peers[id].ip = req.realIp || req.ip | ||
} | ||
@@ -57,0 +57,0 @@ } |
{ | ||
"name": "webrtc-signal-http", | ||
"version": "1.6.0", | ||
"version": "1.7.0", | ||
"description": "opinionated webrtc signal provider using http as a protocol", | ||
@@ -5,0 +5,0 @@ "main": "lib/index.js", |
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
2118863