vani-meeting-client 0.6.3 → 0.6.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.
@@ -311,9 +311,10 @@ var MeetingHandler = /** @class */ (function () {
311
311
  return [];
312
312
  };
313
313
  MeetingHandler.prototype.isWebScoketConnected = function () {
314
- var _a;
314
+ var _a, _b;
315
+ console.log("Room Id", (_a = this.meetingStartRequest) === null || _a === void 0 ? void 0 : _a.roomId);
315
316
  if (this.websocketCallHandler) {
316
- return (_a = this.websocketCallHandler) === null || _a === void 0 ? void 0 : _a.isWebScoketConnected();
317
+ return (_b = this.websocketCallHandler) === null || _b === void 0 ? void 0 : _b.isWebScoketConnected();
317
318
  }
318
319
  return false;
319
320
  };
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "vani-meeting-client",
3
- "version": "0.6.3",
3
+ "version": "0.6.4",
4
4
  "description": "Vani Meeting Clinet SDK",
5
5
  "main": "lib/index.js",
6
6
  "types": "lib/index.d.ts",