vani-meeting-client 2.3.1 → 2.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.
@@ -970,7 +970,7 @@ var SFUHandler = /** @class */ (function (_super) {
970
970
  if (shouldStopTracks === void 0) { shouldStopTracks = true; }
971
971
  return __awaiter(this, void 0, void 0, function () {
972
972
  return __generator(this, function (_a) {
973
- console.log("Clean up SFU");
973
+ // console.log("Clean up SFU")
974
974
  if (this.sendTransport) {
975
975
  try {
976
976
  this.sendTransport.close();
@@ -373,7 +373,7 @@ var WebsocketHandler = /** @class */ (function (_super) {
373
373
  if (this.isWebScoketConnectedWithoutSetup()) {
374
374
  var paylod = { type: type, data: data };
375
375
  (_a = this.wss) === null || _a === void 0 ? void 0 : _a.send(JSON.stringify(paylod));
376
- console.log("sendSocketMessage", type, data);
376
+ // console.log("sendSocketMessage",type,data)
377
377
  }
378
378
  };
379
379
  WebsocketHandler.prototype.reconnectOnInternetFailur = function () {
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "vani-meeting-client",
3
- "version": "2.3.1",
3
+ "version": "2.3.2",
4
4
  "description": "Vani Meeting Clinet SDK",
5
5
  "main": "lib/index.js",
6
6
  "types": "lib/index.d.ts",