@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.js
CHANGED
|
@@ -724,7 +724,7 @@ var Call = class {
|
|
|
724
724
|
// package.json
|
|
725
725
|
var package_default = {
|
|
726
726
|
name: "@koi-design/callkit",
|
|
727
|
-
version: "2.3.0-beta.
|
|
727
|
+
version: "2.3.0-beta.5",
|
|
728
728
|
description: "callkit",
|
|
729
729
|
author: "koi",
|
|
730
730
|
license: "ISC",
|
|
@@ -17503,8 +17503,8 @@ var CallKit = class {
|
|
|
17503
17503
|
if (this.connect.isCalling()) {
|
|
17504
17504
|
await this.hangup();
|
|
17505
17505
|
}
|
|
17506
|
-
await this.connect.reset({ force });
|
|
17507
17506
|
}
|
|
17507
|
+
await this.connect.reset({ force });
|
|
17508
17508
|
if (this.config.isLogin()) {
|
|
17509
17509
|
await this.logout({ isReset: false });
|
|
17510
17510
|
} else {
|