Skip to content

@vowel.to/client v0.3.3-beta


@vowel.to/client / index / VowelLiveState

Interface: VowelLiveState

Defined in: lib/vowel/types/types.ts:965

Voice session state

Properties

PropertyTypeDescriptionDefined in
isConnectingboolean-lib/vowel/types/types.ts:966
isConnectedboolean-lib/vowel/types/types.ts:967
statusstring-lib/vowel/types/types.ts:968
transcriptsVowelTranscript[]-lib/vowel/types/types.ts:969
isUserSpeakingbooleanUser is actively speaking (detected by client-side VAD)lib/vowel/types/types.ts:971
isAIThinkingbooleanAI is processing/generating response (tool calls, waiting for first response)lib/vowel/types/types.ts:973
isToolExecutingbooleanAI is executing a tool (different shade of yellow indicator)lib/vowel/types/types.ts:975
isAISpeakingbooleanAI is delivering audio responselib/vowel/types/types.ts:977