webrtc-streaming-core
Advanced tools
Comparing version 1.1.39 to 1.1.40
@@ -19,2 +19,4 @@ "use strict"; | ||
this.disable = disable; | ||
if (this.disable) | ||
this.onGoingTouchs = new Map(); | ||
} | ||
@@ -21,0 +23,0 @@ constructor(Sendfunc) { |
@@ -19,2 +19,4 @@ "use strict"; | ||
this.disable = disable; | ||
if (this.disable) | ||
this.onGoingTouchs = new Map(); | ||
} | ||
@@ -21,0 +23,0 @@ constructor(Sendfunc) { |
{ | ||
"name": "webrtc-streaming-core", | ||
"version": "1.1.39", | ||
"version": "1.1.40", | ||
"description": "", | ||
@@ -5,0 +5,0 @@ "main": "dist/app.js", |
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
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
199711
3029