vani-meeting-client 0.9.0 → 0.9.1

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.
@@ -382,7 +382,10 @@ var WebsocketHandler = /** @class */ (function (_super) {
382
382
  if (type === WebSocketBasicEvents.Ping) {
383
383
  this.sendSocketMessage(WebSocketBasicEvents.Pong, data);
384
384
  }
385
- else if (this.isVideoCallControllerMessageType(type)) {
385
+ else {
386
+ console.log(messagejson);
387
+ }
388
+ if (this.isVideoCallControllerMessageType(type)) {
386
389
  (_a = this.communicationHandler) === null || _a === void 0 ? void 0 : _a.onVideoCallWebSocketMessage(messagejson);
387
390
  return;
388
391
  }
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "vani-meeting-client",
3
- "version": "0.9.0",
3
+ "version": "0.9.1",
4
4
  "description": "Vani Meeting Clinet SDK",
5
5
  "main": "lib/index.js",
6
6
  "types": "lib/index.d.ts",