vani-meeting-client 1.0.9 → 1.1.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.
@@ -310,9 +310,11 @@ var WebsocketHandler = /** @class */ (function (_super) {
310
310
  var _this = this;
311
311
  var _a;
312
312
  log.info("onWebSocketClosed", event.code);
313
- if (event.wasClean === false || (event.message && event.message.toLowerCase().includes("software") && event.message.toLowerCase().includes("abort"))) {
313
+ if (event.wasClean === false || (event.message && event.message.toLowerCase().includes("software") && event.message.toLowerCase().includes("abort")) || (event.message && event.message.toLowerCase().includes("no address"))) {
314
314
  this.socketCheckTimeout = window.setTimeout(function () {
315
+ var _a;
315
316
  _this.tryToReconectSocket();
317
+ (_a = _this.communicationHandler) === null || _a === void 0 ? void 0 : _a.emitMessageToSource(VaniEvent.OnReconecting, {});
316
318
  }, 1000);
317
319
  }
318
320
  else {
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "vani-meeting-client",
3
- "version": "1.0.9",
3
+ "version": "1.1.1",
4
4
  "description": "Vani Meeting Clinet SDK",
5
5
  "main": "lib/index.js",
6
6
  "types": "lib/index.d.ts",