@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.mjs
CHANGED
|
@@ -697,7 +697,7 @@ var Call = class {
|
|
|
697
697
|
// package.json
|
|
698
698
|
var package_default = {
|
|
699
699
|
name: "@koi-design/callkit",
|
|
700
|
-
version: "2.3.0-beta.
|
|
700
|
+
version: "2.3.0-beta.5",
|
|
701
701
|
description: "callkit",
|
|
702
702
|
author: "koi",
|
|
703
703
|
license: "ISC",
|
|
@@ -17476,8 +17476,8 @@ var CallKit = class {
|
|
|
17476
17476
|
if (this.connect.isCalling()) {
|
|
17477
17477
|
await this.hangup();
|
|
17478
17478
|
}
|
|
17479
|
-
await this.connect.reset({ force });
|
|
17480
17479
|
}
|
|
17480
|
+
await this.connect.reset({ force });
|
|
17481
17481
|
if (this.config.isLogin()) {
|
|
17482
17482
|
await this.logout({ isReset: false });
|
|
17483
17483
|
} else {
|