@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.mjs CHANGED
@@ -682,7 +682,7 @@ var Call = class {
682
682
  // package.json
683
683
  var package_default = {
684
684
  name: "@koi-design/callkit",
685
- version: "2.1.4-beta.1",
685
+ version: "2.1.4-beta.2",
686
686
  description: "callkit",
687
687
  author: "koi",
688
688
  license: "ISC",
@@ -2530,7 +2530,7 @@ var Socket = class {
2530
2530
  });
2531
2531
  }
2532
2532
  if (data.event === SocketReceiveEvent.CUSTOMER_MATCH_BLACK_PHONE) {
2533
- this.resetConnectState();
2533
+ this.callKit.connect.setConnectStatus(CallStatus.init);
2534
2534
  }
2535
2535
  if (data.event === SocketReceiveEvent.AGENT_NO_ANSWER) {
2536
2536
  if (callUuid) {