@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
10 lines • 473 B
TypeScript
/**
* Events module
* Exports the main Embed event manager and related types
*/
export { default } from './embed.event';
export { EventKeys, AgentEvent } from './embed.types';
export type { EventCallback, AgentConnectedData, AgentDisconnectedData, PopupMessageVisibleData, } from './embed.types';
export { AgentEventEmitter } from './agent-event-emitter';
export { validateEventKey, validateAnalyticsEvent } from './embed.validators';
//# sourceMappingURL=index.d.ts.map