@koi-design/callkit 2.1.4-beta.1 → 2.1.4-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
|
@@ -3880,7 +3880,7 @@ var WebCall = (() => {
|
|
|
3880
3880
|
// package.json
|
|
3881
3881
|
var package_default = {
|
|
3882
3882
|
name: "@koi-design/callkit",
|
|
3883
|
-
version: "2.1.4-beta.
|
|
3883
|
+
version: "2.1.4-beta.2",
|
|
3884
3884
|
description: "callkit",
|
|
3885
3885
|
author: "koi",
|
|
3886
3886
|
license: "ISC",
|
|
@@ -20120,7 +20120,7 @@ ${log}` : log;
|
|
|
20120
20120
|
});
|
|
20121
20121
|
}
|
|
20122
20122
|
if (data.event === SocketReceiveEvent.CUSTOMER_MATCH_BLACK_PHONE) {
|
|
20123
|
-
this.
|
|
20123
|
+
this.callKit.connect.setConnectStatus(CallStatus.init);
|
|
20124
20124
|
}
|
|
20125
20125
|
if (data.event === SocketReceiveEvent.AGENT_NO_ANSWER) {
|
|
20126
20126
|
if (callUuid) {
|