Comparing version
@@ -45,3 +45,3 @@ var util = require('util'); | ||
peerConnectionConfig: { | ||
iceServers: conf.iceServers || [{'url': 'stun:stun.l.google.com:19302'}] | ||
iceServers: conf.iceServers || [{'urls': 'stun:stun.l.google.com:19302'}] | ||
}, | ||
@@ -78,3 +78,3 @@ peerConnectionConstraints: { | ||
if (typeof server === 'string') { | ||
server = {url: server}; | ||
server = {urls: server}; | ||
} | ||
@@ -81,0 +81,0 @@ this.iceServers.push(server); |
{ | ||
"name": "jingle", | ||
"description": "Generic Jingle via WebRTC session manager.", | ||
"version": "3.0.0", | ||
"version": "3.0.2", | ||
"author": "Lance Stout <lance@andyet.net>", | ||
@@ -6,0 +6,0 @@ "bugs": "https://github.com/otalk/jingle.js/issues", |
URL strings
Supply chain riskPackage contains fragments of external URLs or IP addresses, which the package may be accessing at runtime.
Found 1 instance in 1 package
URL strings
Supply chain riskPackage contains fragments of external URLs or IP addresses, which the package may be accessing at runtime.
Found 1 instance in 1 package
70108
0