@voicenter-team/events-sdk 0.0.4 → 0.0.5

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.
@@ -6229,7 +6229,8 @@ class SocketIoClass {
6229
6229
  }, this.eventsSdkClass.options.keepAliveTimeout);
6230
6230
  }
6231
6231
  closeAllConnections() {
6232
- this.io && (this.io.close(), this.io.disconnect(), this.io = void 0), this.eventsSdkClass.options.environment === Environment.BROWSER && window && window.sessionStorage.clear(), this.eventsSdkClass.options.environment === Environment.CHROME_EXTENSION && chrome && chrome.storage.session.clear();
6232
+ var a;
6233
+ this.io && (this.io.close(), (a = this.io) == null || a.disconnect(), this.io = void 0), this.eventsSdkClass.options.environment === Environment.BROWSER && window && window.sessionStorage.clear(), this.eventsSdkClass.options.environment === Environment.CHROME_EXTENSION && chrome && chrome.storage.session.clear();
6233
6234
  }
6234
6235
  onKeepAliveResponse(a) {
6235
6236
  if (a.errorCode) {