vani-meeting-client 0.3.1 → 0.3.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.
@@ -134,7 +134,7 @@ var WebsocketHandler = /** @class */ (function (_super) {
134
134
  this.loadBalancerIpAddressForWebSocket = undefined;
135
135
  this.isEnded = true;
136
136
  if (this.wss) {
137
- this.wss.close();
137
+ this.wss.close(1005);
138
138
  this.wss = undefined;
139
139
  }
140
140
  if (this.socketCheckTimeout) {
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "vani-meeting-client",
3
- "version": "0.3.1",
3
+ "version": "0.3.2",
4
4
  "description": "Vani Meeting Clinet SDK",
5
5
  "main": "lib/index.js",
6
6
  "types": "lib/index.d.ts",