@koi-design/callkit 2.3.0-beta.2 → 2.3.0-beta.3
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.d.ts +1 -1
- package/dist/index.global.js +2 -3
- package/dist/index.global.js.map +1 -1
- package/dist/index.js +2 -3
- package/dist/index.js.map +1 -1
- package/dist/index.mjs +2 -3
- package/dist/index.mjs.map +1 -1
- package/package.json +1 -1
package/dist/index.d.ts
CHANGED
package/dist/index.global.js
CHANGED
|
@@ -3889,7 +3889,7 @@ var WebCall = (() => {
|
|
|
3889
3889
|
// package.json
|
|
3890
3890
|
var package_default = {
|
|
3891
3891
|
name: "@koi-design/callkit",
|
|
3892
|
-
version: "2.3.0-beta.
|
|
3892
|
+
version: "2.3.0-beta.3",
|
|
3893
3893
|
description: "callkit",
|
|
3894
3894
|
author: "koi",
|
|
3895
3895
|
license: "ISC",
|
|
@@ -20638,13 +20638,12 @@ ${log}` : log;
|
|
|
20638
20638
|
agentId
|
|
20639
20639
|
}
|
|
20640
20640
|
});
|
|
20641
|
-
|
|
20641
|
+
await this.api.updateUserStatus({
|
|
20642
20642
|
agentId,
|
|
20643
20643
|
userStatus: status,
|
|
20644
20644
|
timestamp: Date.now(),
|
|
20645
20645
|
...extra
|
|
20646
20646
|
});
|
|
20647
|
-
return res;
|
|
20648
20647
|
}
|
|
20649
20648
|
/**
|
|
20650
20649
|
* reset callkit
|