Skip to content

Variable: CONSTRAINT_PARAMS

const CONSTRAINT_PARAMS: readonly ParamSpec[]

Defined in: packages/aiui-oracle/src/params.ts:291

The WebRTC mic constraints. MediaTrackConstraints names, camelCase, from the WebRTC spec rather than OpenAI's docs — see the module note on why the two tables deliberately do not match in style.

when: "live" here is a claim about the SPEC, not about the browser: which of these applyConstraints() will honour on an already-open track varies by platform and device, and the readback is what settles it. The three processing booleans are the ones that matter for an agent that talks back through the same device it listens on (see ECHO_SAFE_AUDIO).