voicebot-react-native-expo
Version:
This is a voicebot-react-native package of Kipps AI voice bot for React Native Expo
12 lines (11 loc) • 622 B
text/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';