@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
| Property | Type | Defined in |
|---|---|---|
isConnected | boolean | CmdPr/sibilance/client/src/types.ts:178 |
isConnecting | boolean | CmdPr/sibilance/client/src/types.ts:179 |
isPaused? | boolean | CmdPr/sibilance/client/src/types.ts:180 |
isUserSpeaking | boolean | CmdPr/sibilance/client/src/types.ts:181 |
isAiSpeaking | boolean | CmdPr/sibilance/client/src/types.ts:182 |
isAiThinking | boolean | CmdPr/sibilance/client/src/types.ts:183 |