UNPKG

@azure/communication-react

Version:

React library for building modern communication user experiences utilizing Azure Communication Services

12 lines 581 B
import { CommunicationIdentifierKind } from '@azure/communication-common'; import { ChatAdapterState } from '../adapter/ChatAdapter'; import { ChatMessageWithStatus } from "../../../../../chat-stateful-client/src"; /** @private */ export declare const getUserId: (state: ChatAdapterState) => CommunicationIdentifierKind; /** @private */ export declare const getThreadId: (state: ChatAdapterState) => string; /** @private */ export declare const getChatMessages: (state: ChatAdapterState) => { [key: string]: ChatMessageWithStatus; }; //# sourceMappingURL=baseSelectors.d.ts.map