voicebot-react-native-expo
Version:
This is a voicebot-react-native package of Kipps AI voice bot for React Native Expo
11 lines • 364 B
TypeScript
import { Participant } from 'livekit-client';
/**
* The `useIsSpeaking` hook returns a `boolean` that indicates if the participant is speaking or not.
* @example
* ```tsx
* const isSpeaking = useIsSpeaking(participant);
* ```
* @public
*/
export declare function useIsSpeaking(participant?: Participant): boolean;
//# sourceMappingURL=useIsSpeaking.d.ts.map