start_recording
Begin a voice recording in batch, streaming, or API mode. Returns immediately; poll recording state to confirm live state. Idempotent: does not restart if already recording.
Instructions
Begin a voice recording (mode-aware: batch / streaming / API engine). The actual mic-capture + WebSocket setup completes asynchronously after the call returns — poll get_recording_state to confirm the live state. Idempotent: if already recording, returns { ok: true, alreadyRecording: true } without firing a second start.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
No arguments | |||