webitel-sdk 0.1.89 → 0.1.90
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/bundles/index.esm.js +1 -1
- package/bundles/index.esm.js.map +1 -1
- package/bundles/index.esm.min.js +1 -1
- package/bundles/index.esm.min.js.map +1 -1
- package/bundles/index.umd.js +1 -1
- package/bundles/index.umd.js.map +1 -1
- package/bundles/index.umd.min.js +1 -1
- package/bundles/index.umd.min.js.map +1 -1
- package/esm2015/sip/webrtc/index.js +1 -1
- package/esm2015/sip/webrtc/index.js.map +1 -1
- package/esm5/sip/webrtc/index.js +1 -1
- package/esm5/sip/webrtc/index.js.map +1 -1
- package/package.json +1 -1
package/bundles/index.umd.js
CHANGED
|
@@ -24833,7 +24833,7 @@
|
|
|
24833
24833
|
switch (_a.label) {
|
|
24834
24834
|
case 0:
|
|
24835
24835
|
if (!this.ua) return [3 /*break*/, 2];
|
|
24836
|
-
this.ua.
|
|
24836
|
+
this.ua.terminateSessions();
|
|
24837
24837
|
this.ua.removeAllListeners();
|
|
24838
24838
|
return [4 /*yield*/, this.ua.stop()];
|
|
24839
24839
|
case 1:
|