kernl

Interface: UseRealtimeOptions<TContext>

Defined in: react/src/hooks/use-realtime.ts:23

Options for the useRealtime hook.

Type Parameters

Type Parameter
TContext

Properties

PropertyTypeDescriptionDefined in
channel?RealtimeChannelAudio I/O channel for mic capture and playback.react/src/hooks/use-realtime.ts:32
ctx?TContextContext passed to tool executions.react/src/hooks/use-realtime.ts:37
modelRealtimeModelThe realtime model to use.react/src/hooks/use-realtime.ts:27

On this page