webrtc-adapter
Advanced tools
Comparing version 7.2.7 to 7.2.8
@@ -73,3 +73,3 @@ /* | ||
} | ||
return _addTrack.call(this, arguments); | ||
return _addTrack.apply(this, arguments); | ||
}; | ||
@@ -76,0 +76,0 @@ } |
{ | ||
"name": "webrtc-adapter", | ||
"version": "7.2.7", | ||
"version": "7.2.8", | ||
"description": "A shim to insulate apps from WebRTC spec changes and browser prefix differences", | ||
@@ -5,0 +5,0 @@ "license": "BSD-3-Clause", |
@@ -51,3 +51,3 @@ /* | ||
} | ||
return _addTrack.call(this, arguments); | ||
return _addTrack.apply(this, arguments); | ||
}; | ||
@@ -54,0 +54,0 @@ } |
Sorry, the diff of this file is too big to display
Sorry, the diff of this file is too big to display
Sorry, the diff of this file is too big to display
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
1195363