rtcpeerconnection
Advanced tools
Comparing version 3.0.8 to 3.0.9
{ | ||
"name": "rtcpeerconnection", | ||
"version": "3.0.8", | ||
"version": "3.0.9", | ||
"description": "A tiny browser module that normalizes and simplifies the API for WebRTC peer connections.", | ||
@@ -5,0 +5,0 @@ "main": "rtcpeerconnection.js", |
@@ -651,3 +651,7 @@ var _ = require('underscore'); | ||
var expandedCandidate = { | ||
candidate: event.candidate | ||
candidate: { | ||
candidate: ice.candidate, | ||
sdpMid: ice.sdpMid, | ||
sdpMLineIndex: ice.sdpMLineIndex | ||
} | ||
}; | ||
@@ -654,0 +658,0 @@ this._checkLocalCandidate(ice.candidate); |
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
190278
4979