vani-meeting-client 2.2.3-beta5 → 2.2.3-beta7

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.
@@ -108,7 +108,6 @@ var WebrtcHandler = /** @class */ (function (_super) {
108
108
  case 0:
109
109
  selfParticpant = this.communicationHandler.getSelfParticipant();
110
110
  console.log(selfParticpant);
111
- debugger;
112
111
  if (!(selfParticpant.userId !== participant.userId && !selfParticpant.getPeerConnections().has(participant.userId))) return [3 /*break*/, 2];
113
112
  console.log("onUserJoined ", participant);
114
113
  isOfferInitParticipant = this.isOfferInitParticipant(participant);
@@ -488,6 +488,7 @@ var WebsocketHandler = /** @class */ (function (_super) {
488
488
  var _a, _b, _c, _d, _e, _f, _g, _h, _j, _k, _l, _m, _o, _p, _q;
489
489
  this.lastPingTimeStamp = new Date().getTime();
490
490
  // this.meetingStartRequest && this.meetingStartRequest.logLevel === LogLevel.Debug && console.log("lastPingTimeStamp time ", this.lastPingTimeStamp)
491
+ console.log("message", message);
491
492
  var messagejson = JSON.parse(message);
492
493
  if (messagejson.type && messagejson.data) {
493
494
  var type = messagejson.type;
@@ -611,6 +612,7 @@ var WebsocketHandler = /** @class */ (function (_super) {
611
612
  }
612
613
  };
613
614
  WebsocketHandler.prototype.isVideoCallControllerMessageType = function (type) {
615
+ console.log("isVideoCallControllerMessageType", type);
614
616
  if (Object.values(SFUMessageType).includes(type)) {
615
617
  return true;
616
618
  }
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "vani-meeting-client",
3
- "version": "2.2.3beta5",
3
+ "version": "2.2.3beta7",
4
4
  "description": "Vani Meeting Clinet SDK",
5
5
  "main": "lib/index.js",
6
6
  "types": "lib/index.d.ts",