UNPKG

voicebot-react-native-expo

Version:

This is a voicebot-react-native package of Kipps AI voice bot for React Native Expo

11 lines 339 B
import { Room } from 'livekit-client'; /** * The `useIsRecording` hook returns a `boolean` that indicates if the room is currently being recorded. * @example * ```tsx * const isRecording = useIsRecording(); * ``` * @public */ export declare function useIsRecording(room?: Room): boolean; //# sourceMappingURL=useIsRecording.d.ts.map