Skip to content

@sibilance.is/client v0.1.0-alpha.4


@sibilance.is/client / index / VoiceSessionState

Interface: VoiceSessionState

Defined in: CmdPr/sibilance/client/src/types.ts:177

Voice session state from the underlying voice AI platform.

Tracks connection status and speaking states for both user and AI.

Properties

PropertyTypeDefined in
isConnectedbooleanCmdPr/sibilance/client/src/types.ts:178
isConnectingbooleanCmdPr/sibilance/client/src/types.ts:179
isPaused?booleanCmdPr/sibilance/client/src/types.ts:180
isUserSpeakingbooleanCmdPr/sibilance/client/src/types.ts:181
isAiSpeakingbooleanCmdPr/sibilance/client/src/types.ts:182
isAiThinkingbooleanCmdPr/sibilance/client/src/types.ts:183