UNPKG

@100mslive/roomkit-react

Version:

![Banner](https://github.com/100mslive/web-sdks/blob/06c65259912db6ccd8617f2ecb6fef51429251ec/prebuilt-banner.png)

10 lines (9 loc) 457 B
import { SESSION_STORE_KEY } from '../../common/constants'; export declare const useChatBlacklist: (sessionStoreKey: SESSION_STORE_KEY.CHAT_MESSAGE_BLACKLIST | SESSION_STORE_KEY.CHAT_PEER_BLACKLIST) => { blacklistItem: (blacklistID: string) => Promise<void>; blacklistedIDs: any; }; export declare const useIsPeerBlacklisted: ({ local, peerCustomerUserId }: { local?: boolean | undefined; peerCustomerUserId?: string | undefined; }) => any;