rtcpeerconnection
Advanced tools
Comparing version 3.0.1 to 3.0.2
{ | ||
"name": "rtcpeerconnection", | ||
"version": "3.0.1", | ||
"version": "3.0.2", | ||
"description": "A tiny browser module that normalizes and simplifies the API for WebRTC peer connections.", | ||
@@ -5,0 +5,0 @@ "main": "rtcpeerconnection.js", |
@@ -164,2 +164,6 @@ var _ = require('underscore'); | ||
// ignore any added ice candidates to avoid errors. why does the | ||
// spec not do this? | ||
if (this.pc.signalingState === 'closed') return; | ||
if (update.contents) { | ||
@@ -166,0 +170,0 @@ var contentNames = _.pluck(this.remoteDescription.contents, 'name'); |
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
166913
11
4435