@koi-design/callkit 2.1.0-beta.3 → 2.1.0-beta.4
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.global.js +3 -1
- package/dist/index.global.js.map +1 -1
- package/dist/index.js +3 -1
- package/dist/index.js.map +1 -1
- package/dist/index.mjs +3 -1
- package/dist/index.mjs.map +1 -1
- package/package.json +1 -1
package/dist/index.global.js
CHANGED
|
@@ -3878,7 +3878,7 @@ var WebCall = (() => {
|
|
|
3878
3878
|
// package.json
|
|
3879
3879
|
var package_default = {
|
|
3880
3880
|
name: "@koi-design/callkit",
|
|
3881
|
-
version: "2.1.0-beta.
|
|
3881
|
+
version: "2.1.0-beta.4",
|
|
3882
3882
|
description: "callkit",
|
|
3883
3883
|
author: "koi",
|
|
3884
3884
|
license: "ISC",
|
|
@@ -19523,6 +19523,8 @@ ${log}` : log;
|
|
|
19523
19523
|
* @param status
|
|
19524
19524
|
*/
|
|
19525
19525
|
setConnectStatus(status) {
|
|
19526
|
+
if (this.connectStatus === status)
|
|
19527
|
+
return;
|
|
19526
19528
|
this.callKit.logger.info("connect setConnectStatus", {
|
|
19527
19529
|
caller: "Connect.setConnectStatus",
|
|
19528
19530
|
type: "SIP",
|