@voicenter-team/events-sdk 0.0.86 → 0.0.87
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.
|
@@ -353,6 +353,7 @@ declare class EventsSdkClass {
|
|
|
353
353
|
emit<T extends ServerEmitEventTypeNames>(event: T, ...args: Parameters<ServerEmitEventCallbackRegistry[T]>): void;
|
|
354
354
|
connect(serverParameter: ServerParameter): void;
|
|
355
355
|
disconnect(): void;
|
|
356
|
+
clearKeepAliveInterval(): void;
|
|
356
357
|
private findMainServer;
|
|
357
358
|
private findNextServer;
|
|
358
359
|
init(): Promise<boolean>;
|
|
@@ -1125,6 +1126,7 @@ declare class SocketIoClass {
|
|
|
1125
1126
|
private reconnectionTime;
|
|
1126
1127
|
getSocketIoFunction(Client: string): void;
|
|
1127
1128
|
initSocketConnection(): void;
|
|
1129
|
+
clearKeepAliveInterval(): void;
|
|
1128
1130
|
initKeepAlive(): void;
|
|
1129
1131
|
closeAllConnections(): void;
|
|
1130
1132
|
initSocketEvents(): void;
|