vani-meeting-client-native 0.1.9 → 0.2.0

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.
@@ -266,7 +266,9 @@ var SFUHandler = /** @class */ (function (_super) {
266
266
  case 3:
267
267
  _b.sent();
268
268
  _b.label = 4;
269
- case 4: return [2 /*return*/];
269
+ case 4:
270
+ this.communicationHandler.onReconnect();
271
+ return [2 /*return*/];
270
272
  }
271
273
  });
272
274
  });
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "vani-meeting-client-native",
3
- "version": "0.1.9",
3
+ "version": "0.2.0",
4
4
  "description": "Vani Meeting Clinet SDK",
5
5
  "main": "lib/index.js",
6
6
  "types": "lib/index.d.ts",