@koi-design/callkit 2.3.0-beta.1 → 2.3.0-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
@@ -724,7 +724,7 @@ var Call = class {
724
724
  // package.json
725
725
  var package_default = {
726
726
  name: "@koi-design/callkit",
727
- version: "2.3.0-beta.1",
727
+ version: "2.3.0-beta.2",
728
728
  description: "callkit",
729
729
  author: "koi",
730
730
  license: "ISC",
@@ -17473,12 +17473,13 @@ var CallKit = class {
17473
17473
  agentId
17474
17474
  }
17475
17475
  });
17476
- await this.api.updateUserStatus({
17476
+ const res = await this.api.updateUserStatus({
17477
17477
  agentId,
17478
17478
  userStatus: status,
17479
17479
  timestamp: Date.now(),
17480
17480
  ...extra
17481
17481
  });
17482
+ return res;
17482
17483
  }
17483
17484
  /**
17484
17485
  * reset callkit