Skip to content

bodhi-realtime-agent / ClientMessage

Interface: ClientMessage

Defined in: types/audio.ts:20

Non-audio control message from the client transport (e.g. JSON commands).

Properties

data

data: unknown

Defined in: types/audio.ts:24

Message payload.


timestamp

timestamp: number

Defined in: types/audio.ts:26

Unix timestamp (ms) when the message was received.


type

type: string

Defined in: types/audio.ts:22

Message type identifier (application-defined).

Built with VitePress