@aslaluroba/help-center
Version:
A powerful and customizable help center widget for Angular applications with real-time chat functionality, AI assistance, and multi-language support.
14 lines (13 loc) • 570 B
TypeScript
export declare class ClientAblyService {
private static client;
private static channel;
private static isConnected;
private static sessionId;
private static messageUnsubscribe;
static startConnection(sessionId: string, ablyToken: string, onMessageReceived: Function, tenantId: string): Promise<void>;
private static joinChannel;
static stopConnection(): Promise<void>;
static isConnectionActive(): boolean;
static getConnectionState(): string;
static sendMessage(messageContent: string, senderType?: number): Promise<void>;
}