UNPKG

communication-react-19

Version:

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

7 lines 389 B
import { ChatAdapter } from '../../ChatComposite/adapter/ChatAdapter'; /** * Used by the CallWithChatComposite to track unread messages for showing as a badge on the Chat Button. * @private */ export declare const useUnreadMessagesTracker: (chatAdapter: ChatAdapter, isChatPaneVisible: boolean, isChatInitiazed: boolean) => number; //# sourceMappingURL=useUnreadMessagesTracker.d.ts.map