UNPKG

communication-react-19

Version:

React library for building modern communication user experiences utilizing Azure Communication Services (React 19 compatible fork)

26 lines 842 B
import { ChatClient } from '@azure/communication-chat'; import { ChatContext } from './ChatContext'; /** * @private */ export declare class EventSubscriber { private chatClient; private chatContext; constructor(chatClient: ChatClient, chatContext: ChatContext); private convertEventToChatMessage; private convertEventType; private onChatMessageReceived; private onChatMessageDeleted; private onChatMessageEdited; private onParticipantsAdded; private fetchLastParticipantMessage; private onParticipantsRemoved; private onReadReceiptReceived; private onTypingIndicatorReceived; private onChatThreadCreated; private onChatThreadDeleted; private onChatThreadPropertiesUpdated; subscribe: () => void; unsubscribe: () => void; } //# sourceMappingURL=EventSubscriber.d.ts.map