@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.mjs
CHANGED
|
@@ -681,7 +681,7 @@ var Call = class {
|
|
|
681
681
|
// package.json
|
|
682
682
|
var package_default = {
|
|
683
683
|
name: "@koi-design/callkit",
|
|
684
|
-
version: "2.1.3-beta.
|
|
684
|
+
version: "2.1.3-beta.2",
|
|
685
685
|
description: "callkit",
|
|
686
686
|
author: "koi",
|
|
687
687
|
license: "ISC",
|
|
@@ -1990,7 +1990,7 @@ var Connect = class {
|
|
|
1990
1990
|
return;
|
|
1991
1991
|
try {
|
|
1992
1992
|
if (isUnprompted) {
|
|
1993
|
-
const shouldByeOrReject = this.isRinging() || this.isCalling()
|
|
1993
|
+
const shouldByeOrReject = this.isRinging() || this.isCalling();
|
|
1994
1994
|
if (shouldByeOrReject) {
|
|
1995
1995
|
await this.terminateActiveCall();
|
|
1996
1996
|
}
|