voicebot-react-native-expo
Version:
This is a voicebot-react-native package of Kipps AI voice bot for React Native Expo
8 lines • 651 B
TypeScript
export { Chat, type ChatProps } from './Chat';
export { PreJoin, type PreJoinProps, usePreviewDevice, usePreviewTracks } from './PreJoin';
export { VideoConference, type VideoConferenceProps } from './VideoConference';
export { ControlBar, type ControlBarProps, type ControlBarControls } from './ControlBar';
export { MediaDeviceMenu, type MediaDeviceMenuProps } from './MediaDeviceMenu';
export { AudioConference, type AudioConferenceProps } from './AudioConference';
export { VoiceAssistantControlBar, type VoiceAssistantControlBarProps, type VoiceAssistantControlBarControls, } from './VoiceAssistantControlBar';
//# sourceMappingURL=index.d.ts.map