@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.global.js
CHANGED
|
@@ -3879,7 +3879,7 @@ var WebCall = (() => {
|
|
|
3879
3879
|
// package.json
|
|
3880
3880
|
var package_default = {
|
|
3881
3881
|
name: "@koi-design/callkit",
|
|
3882
|
-
version: "2.1.3-beta.
|
|
3882
|
+
version: "2.1.3-beta.2",
|
|
3883
3883
|
description: "callkit",
|
|
3884
3884
|
author: "koi",
|
|
3885
3885
|
license: "ISC",
|
|
@@ -19580,7 +19580,7 @@ ${log}` : log;
|
|
|
19580
19580
|
return;
|
|
19581
19581
|
try {
|
|
19582
19582
|
if (isUnprompted) {
|
|
19583
|
-
const shouldByeOrReject = this.isRinging() || this.isCalling()
|
|
19583
|
+
const shouldByeOrReject = this.isRinging() || this.isCalling();
|
|
19584
19584
|
if (shouldByeOrReject) {
|
|
19585
19585
|
await this.terminateActiveCall();
|
|
19586
19586
|
}
|