rtcpeerconnection
Advanced tools
Comparing version 2.3.3 to 2.4.0
{ | ||
"name": "rtcpeerconnection", | ||
"version": "2.3.3", | ||
"version": "2.4.0", | ||
"description": "A tiny browser module that normalizes and simplifies the API for WebRTC peer connections.", | ||
@@ -5,0 +5,0 @@ "main": "rtcpeerconnection.js", |
@@ -20,2 +20,4 @@ var _ = require('underscore'); | ||
this.getRemoteStreams = this.pc.getRemoteStreams.bind(this.pc); | ||
this.addStream = this.pc.addStream.bind(this.pc); | ||
this.removeStream = this.pc.removeStream.bind(this.pc); | ||
@@ -22,0 +24,0 @@ // proxy events |
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
139396
3739