@vowel.to/client / index / VowelLiveState
Interface: VowelLiveState
Defined in: lib/vowel/types/types.ts:965
Voice session state
Properties
| Property | Type | Description | Defined in |
|---|---|---|---|
isConnecting | boolean | - | lib/vowel/types/types.ts:966 |
isConnected | boolean | - | lib/vowel/types/types.ts:967 |
status | string | - | lib/vowel/types/types.ts:968 |
transcripts | VowelTranscript[] | - | lib/vowel/types/types.ts:969 |
isUserSpeaking | boolean | User is actively speaking (detected by client-side VAD) | lib/vowel/types/types.ts:971 |
isAIThinking | boolean | AI is processing/generating response (tool calls, waiting for first response) | lib/vowel/types/types.ts:973 |
isToolExecuting | boolean | AI is executing a tool (different shade of yellow indicator) | lib/vowel/types/types.ts:975 |
isAISpeaking | boolean | AI is delivering audio response | lib/vowel/types/types.ts:977 |