UNPKG

@selfcommunity/react-ui

Version:

React UI Components to integrate a Community created with SelfCommunity Platform.

8 lines (7 loc) 266 B
/** * Custom hook for monitoring livestream. * @param {number} warningThreshold * @param showWarnings * @param performDisconnect */ export declare function useLivestreamCheck(warningThreshold?: number, showWarnings?: boolean, performDisconnect?: boolean): any;