UNPKG

@revrag-ai/embed-react-native

Version:

A powerful React Native library for integrating AI-powered voice agents into mobile applications. Features real-time voice communication, intelligent speech processing, customizable UI components, and comprehensive event handling for building conversation

3 lines 232 B
import type { UseInitializeProps, UseInitializeReturn } from './types/initialize.types'; export declare function useInitialize({ apiKey, embedUrl, }: UseInitializeProps): UseInitializeReturn; //# sourceMappingURL=initialize.d.ts.map