@koi-design/callkit 2.2.0-beta.2 → 2.2.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.
@@ -3883,7 +3883,7 @@ var WebCall = (() => {
3883
3883
  // package.json
3884
3884
  var package_default = {
3885
3885
  name: "@koi-design/callkit",
3886
- version: "2.2.0-beta.2",
3886
+ version: "2.2.0-beta.3",
3887
3887
  description: "callkit",
3888
3888
  author: "koi",
3889
3889
  license: "ISC",
@@ -20435,6 +20435,7 @@ ${log}` : log;
20435
20435
  password: encryptionPassword,
20436
20436
  timestamp: Date.now()
20437
20437
  });
20438
+ console.log("user", user);
20438
20439
  if (user) {
20439
20440
  this.config.setConfig("userInfo", {
20440
20441
  wsUrl: `wss://${user.wsUrl}`,
@@ -20451,6 +20452,7 @@ ${log}` : log;
20451
20452
  iceInfo: user.iceInfo,
20452
20453
  iceGatheringTimeout: user.iceGatheringTimeout,
20453
20454
  logGather: user.logGather,
20455
+ keepaliveInterval: user.keepaliveInterval,
20454
20456
  // encryptionType is in extra
20455
20457
  ...extra
20456
20458
  });