vani-meeting-client 0.6.4 → 0.6.5

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.
@@ -253,9 +253,11 @@ var WebsocketHandler = /** @class */ (function (_super) {
253
253
  });
254
254
  };
255
255
  WebsocketHandler.prototype.isWebScoketConnected = function () {
256
+ var _a;
256
257
  if (this.wss && this.wss.readyState === 1) {
257
258
  return true;
258
259
  }
260
+ console.log("this.wss.readyState", (_a = this.wss) === null || _a === void 0 ? void 0 : _a.readyState);
259
261
  return false;
260
262
  };
261
263
  WebsocketHandler.prototype.sendSocketMessage = function (type, data) {
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "vani-meeting-client",
3
- "version": "0.6.4",
3
+ "version": "0.6.5",
4
4
  "description": "Vani Meeting Clinet SDK",
5
5
  "main": "lib/index.js",
6
6
  "types": "lib/index.d.ts",