import { Button } from '@/components/ui/button'; function WelcomeImage() { return ( ); } interface WelcomeViewProps { startButtonText: string; onStartCall: () => void; } export const WelcomeView = ({ startButtonText, onStartCall, ref, }: React.ComponentProps<'div'> & WelcomeViewProps) => { return (
Voice, vision, images, and music — powered by Gemini 3.1, NanoBanana 2, and Lyria
New to LiveKit Agents? Check out the{' '} LiveKit Agents docs .