@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.js CHANGED
@@ -715,7 +715,7 @@ var Call = class {
715
715
  // package.json
716
716
  var package_default = {
717
717
  name: "@koi-design/callkit",
718
- version: "2.1.4-beta.1",
718
+ version: "2.1.4-beta.2",
719
719
  description: "callkit",
720
720
  author: "koi",
721
721
  license: "ISC",
@@ -2557,7 +2557,7 @@ var Socket = class {
2557
2557
  });
2558
2558
  }
2559
2559
  if (data.event === SocketReceiveEvent.CUSTOMER_MATCH_BLACK_PHONE) {
2560
- this.resetConnectState();
2560
+ this.callKit.connect.setConnectStatus(CallStatus.init);
2561
2561
  }
2562
2562
  if (data.event === SocketReceiveEvent.AGENT_NO_ANSWER) {
2563
2563
  if (callUuid) {