@koi-design/callkit 2.3.1-beta.1 → 2.3.1

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.
@@ -3893,7 +3893,7 @@ var WebCall = (() => {
3893
3893
  // package.json
3894
3894
  var package_default = {
3895
3895
  name: "@koi-design/callkit",
3896
- version: "2.3.1-beta.1",
3896
+ version: "2.3.1",
3897
3897
  description: "callkit",
3898
3898
  author: "koi",
3899
3899
  license: "ISC",
@@ -19151,7 +19151,7 @@ ${log}` : log;
19151
19151
  this.mediaStream = await navigator.mediaDevices.getUserMedia(constrains);
19152
19152
  return this.mediaStream;
19153
19153
  };
19154
- const { userPart, fsIp, fsPort, fsPassword, iceInfo, wsUrl } = userInfo;
19154
+ const { userPart, fsIp, fsPort, iceInfo, wsUrl } = userInfo;
19155
19155
  const connectConfig = {
19156
19156
  uri: UserAgent.makeURI(`sip:${userPart}@${fsIp}:${fsPort}`),
19157
19157
  displayName: userPart,
@@ -19161,8 +19161,6 @@ ${log}` : log;
19161
19161
  },
19162
19162
  logLevel: "error",
19163
19163
  allowLegacyNotifications: true,
19164
- authorizationPassword: fsPassword,
19165
- authorizationUsername: userPart,
19166
19164
  contactName: userPart,
19167
19165
  contactParams: { transport: "wss" },
19168
19166
  sessionDescriptionHandlerFactory: web_exports.defaultSessionDescriptionHandlerFactory(localStreamFactory),
@@ -21060,4 +21058,3 @@ self.onmessage = function(e) {
21060
21058
  };
21061
21059
  return __toCommonJS(core_exports);
21062
21060
  })();
21063
- //# sourceMappingURL=index.global.js.map
package/dist/index.js CHANGED
@@ -728,7 +728,7 @@ var Call = class {
728
728
  // package.json
729
729
  var package_default = {
730
730
  name: "@koi-design/callkit",
731
- version: "2.3.1-beta.1",
731
+ version: "2.3.1",
732
732
  description: "callkit",
733
733
  author: "koi",
734
734
  license: "ISC",
@@ -15986,7 +15986,7 @@ var Connect = class {
15986
15986
  this.mediaStream = await navigator.mediaDevices.getUserMedia(constrains);
15987
15987
  return this.mediaStream;
15988
15988
  };
15989
- const { userPart, fsIp, fsPort, fsPassword, iceInfo, wsUrl } = userInfo;
15989
+ const { userPart, fsIp, fsPort, iceInfo, wsUrl } = userInfo;
15990
15990
  const connectConfig = {
15991
15991
  uri: UserAgent.makeURI(`sip:${userPart}@${fsIp}:${fsPort}`),
15992
15992
  displayName: userPart,
@@ -15996,8 +15996,6 @@ var Connect = class {
15996
15996
  },
15997
15997
  logLevel: "error",
15998
15998
  allowLegacyNotifications: true,
15999
- authorizationPassword: fsPassword,
16000
- authorizationUsername: userPart,
16001
15999
  contactName: userPart,
16002
16000
  contactParams: { transport: "wss" },
16003
16001
  sessionDescriptionHandlerFactory: web_exports.defaultSessionDescriptionHandlerFactory(localStreamFactory),
@@ -17897,4 +17895,3 @@ var CallKit = class {
17897
17895
  0 && (module.exports = {
17898
17896
  CallKit
17899
17897
  });
17900
- //# sourceMappingURL=index.js.map
package/dist/index.mjs CHANGED
@@ -701,7 +701,7 @@ var Call = class {
701
701
  // package.json
702
702
  var package_default = {
703
703
  name: "@koi-design/callkit",
704
- version: "2.3.1-beta.1",
704
+ version: "2.3.1",
705
705
  description: "callkit",
706
706
  author: "koi",
707
707
  license: "ISC",
@@ -15959,7 +15959,7 @@ var Connect = class {
15959
15959
  this.mediaStream = await navigator.mediaDevices.getUserMedia(constrains);
15960
15960
  return this.mediaStream;
15961
15961
  };
15962
- const { userPart, fsIp, fsPort, fsPassword, iceInfo, wsUrl } = userInfo;
15962
+ const { userPart, fsIp, fsPort, iceInfo, wsUrl } = userInfo;
15963
15963
  const connectConfig = {
15964
15964
  uri: UserAgent.makeURI(`sip:${userPart}@${fsIp}:${fsPort}`),
15965
15965
  displayName: userPart,
@@ -15969,8 +15969,6 @@ var Connect = class {
15969
15969
  },
15970
15970
  logLevel: "error",
15971
15971
  allowLegacyNotifications: true,
15972
- authorizationPassword: fsPassword,
15973
- authorizationUsername: userPart,
15974
15972
  contactName: userPart,
15975
15973
  contactParams: { transport: "wss" },
15976
15974
  sessionDescriptionHandlerFactory: web_exports.defaultSessionDescriptionHandlerFactory(localStreamFactory),
@@ -17869,4 +17867,3 @@ var CallKit = class {
17869
17867
  export {
17870
17868
  CallKit
17871
17869
  };
17872
- //# sourceMappingURL=index.mjs.map
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@koi-design/callkit",
3
- "version": "2.3.1-beta.1",
3
+ "version": "2.3.1",
4
4
  "description": "callkit",
5
5
  "author": "koi",
6
6
  "license": "ISC",