@koi-design/callkit 2.1.3-beta.1 → 2.1.3-beta.2
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
|
@@ -714,7 +714,7 @@ var Call = class {
|
|
|
714
714
|
// package.json
|
|
715
715
|
var package_default = {
|
|
716
716
|
name: "@koi-design/callkit",
|
|
717
|
-
version: "2.1.3-beta.
|
|
717
|
+
version: "2.1.3-beta.2",
|
|
718
718
|
description: "callkit",
|
|
719
719
|
author: "koi",
|
|
720
720
|
license: "ISC",
|
|
@@ -2017,7 +2017,7 @@ var Connect = class {
|
|
|
2017
2017
|
return;
|
|
2018
2018
|
try {
|
|
2019
2019
|
if (isUnprompted) {
|
|
2020
|
-
const shouldByeOrReject = this.isRinging() || this.isCalling()
|
|
2020
|
+
const shouldByeOrReject = this.isRinging() || this.isCalling();
|
|
2021
2021
|
if (shouldByeOrReject) {
|
|
2022
2022
|
await this.terminateActiveCall();
|
|
2023
2023
|
}
|