opensips-js 0.1.10 → 0.1.11
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
package/dist/opensips-js.es.js
CHANGED
|
@@ -23390,7 +23390,7 @@ class iE {
|
|
|
23390
23390
|
n && n.getTracks().length && await this.beginCalculation(t, n, a);
|
|
23391
23391
|
}
|
|
23392
23392
|
stop(t) {
|
|
23393
|
-
this.clearVolumeInterval(t), this.analysers[t] && (this.analysers[t].disconnect(), delete this.analysers[t]);
|
|
23393
|
+
this.clearVolumeInterval(t), this.analysers[t] && typeof this.analysers[t].disconnect == "function" && (this.analysers[t].disconnect(), delete this.analysers[t]);
|
|
23394
23394
|
}
|
|
23395
23395
|
clearVolumeInterval(t) {
|
|
23396
23396
|
this.intervals[t] && (clearInterval(this.intervals[t]), delete this.intervals[t]);
|