@koi-design/callkit 2.3.0-beta.4 → 2.3.0-beta.5
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/index.global.js +2 -2
- package/dist/index.global.js.map +1 -1
- package/dist/index.js +2 -2
- package/dist/index.js.map +1 -1
- package/dist/index.mjs +2 -2
- package/dist/index.mjs.map +1 -1
- package/package.json +1 -1
package/dist/index.global.js
CHANGED
|
@@ -3889,7 +3889,7 @@ var WebCall = (() => {
|
|
|
3889
3889
|
// package.json
|
|
3890
3890
|
var package_default = {
|
|
3891
3891
|
name: "@koi-design/callkit",
|
|
3892
|
-
version: "2.3.0-beta.
|
|
3892
|
+
version: "2.3.0-beta.5",
|
|
3893
3893
|
description: "callkit",
|
|
3894
3894
|
author: "koi",
|
|
3895
3895
|
license: "ISC",
|
|
@@ -20668,8 +20668,8 @@ ${log}` : log;
|
|
|
20668
20668
|
if (this.connect.isCalling()) {
|
|
20669
20669
|
await this.hangup();
|
|
20670
20670
|
}
|
|
20671
|
-
await this.connect.reset({ force });
|
|
20672
20671
|
}
|
|
20672
|
+
await this.connect.reset({ force });
|
|
20673
20673
|
if (this.config.isLogin()) {
|
|
20674
20674
|
await this.logout({ isReset: false });
|
|
20675
20675
|
} else {
|