@voicenter-team/events-sdk 0.0.76 → 0.0.78

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.
@@ -1101,7 +1101,9 @@ declare class SocketIoClass {
1101
1101
  doReconnect: boolean;
1102
1102
  private keepAliveInterval;
1103
1103
  private keepReconnectInterval;
1104
+ private keepReconnectTimeout;
1104
1105
  private connected;
1106
+ private reconnectionTime;
1105
1107
  getSocketIoFunction(Client: string): void;
1106
1108
  initSocketConnection(): void;
1107
1109
  clearKeepAliveInterval(): void;