Interface: UseRealtimeOptions<TContext>
Defined in: react/src/hooks/use-realtime.ts:23
Options for the useRealtime hook.
Type Parameters
| Type Parameter |
|---|
TContext |
Properties
| Property | Type | Description | Defined in |
|---|---|---|---|
channel? | RealtimeChannel | Audio I/O channel for mic capture and playback. | react/src/hooks/use-realtime.ts:32 |
ctx? | TContext | Context passed to tool executions. | react/src/hooks/use-realtime.ts:37 |
model | RealtimeModel | The realtime model to use. | react/src/hooks/use-realtime.ts:27 |