@koi-design/callkit 1.0.25 → 1.0.26-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.global.js +1 -1
- package/dist/index.global.js.map +1 -1
- package/dist/index.js +1 -1
- package/dist/index.js.map +1 -1
- package/dist/index.mjs +1 -1
- package/dist/index.mjs.map +1 -1
- package/package.json +1 -1
package/dist/index.global.js
CHANGED
|
@@ -19316,7 +19316,7 @@ var WebCall = (() => {
|
|
|
19316
19316
|
}
|
|
19317
19317
|
this.recivedClose = false;
|
|
19318
19318
|
this.callKit.logger.debug("socket destroy");
|
|
19319
|
-
this.ws.close();
|
|
19319
|
+
this.ws.close(4002, "sdk reset");
|
|
19320
19320
|
this.isConnected = false;
|
|
19321
19321
|
}
|
|
19322
19322
|
}
|