rtcpeerconnection
Advanced tools
Comparing version 7.0.1 to 7.0.2
{ | ||
"name": "rtcpeerconnection", | ||
"version": "7.0.1", | ||
"version": "7.0.2", | ||
"description": "A tiny browser module that normalizes and simplifies the API for WebRTC peer connections.", | ||
@@ -5,0 +5,0 @@ "main": "rtcpeerconnection.js", |
@@ -284,3 +284,3 @@ var util = require('util'); | ||
function (candidate) { | ||
var iceCandidate = SJJ.toCandidateSDP(candidate) + '\r\n'; | ||
var iceCandidate = SJJ.toCandidateSDP(candidate); | ||
self.pc.addIceCandidate( | ||
@@ -287,0 +287,0 @@ new RTCIceCandidate({ |
Sorry, the diff of this file is too big to display
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
287668
7821