LiveVoiceCall
import { LiveVoiceCall } from '@hanzo/ui/agents'
No examples yet.
Types
export interface LiveVoiceCallProps {title?: stringstatus?: 'connecting' | 'connected' | 'speaking' | 'listening' | 'ended'onEndCall?: () => voidonToggleMute?: (muted: boolean) => voidisMuted?: booleantranscripts?: Array<{ speaker: string; text: string; time: string }>className?: stringstyle?: React.CSSProperties}
Exports
LiveVoiceCalltype LiveVoiceCallProps