AbsoluteJS

Voice API Reference

Where to find the exhaustive public contract for every exported function, option, report, route options object, status union, store, adapter, and framework wrapper.

Open VOICE_PACKAGE.md in the docs repo for the complete generated reference.

#Generated Reference

VOICE_PACKAGE.md is generated from the built declaration files. It is intentionally long because it includes every public .d.ts file exactly as TypeScript consumers see it.

Root package declarationsdist/index.d.ts plus every dist/core/*.d.ts file.
Client declarationsstores, widgets, Web Components, HTMX helpers, controllers, audio, microphone, and reactive sources.
Framework declarationsReact props/hooks, Vue components/composables, Svelte creators, Angular services.
Storage and testing declarationsDrizzle schema bundle, fixtures, simulators, benchmarks, review helpers.
Telephony declarationsTwilio, Telnyx, Plivo, webhook security, response shaping, contract matrix.

#Type Entrypoints

EntrypointPurpose
@absolutejs/voiceServer runtime, Elysia plugin, assistants, routing, ops, telephony, proof, storage, and core types.
@absolutejs/voice/angularAngular injectable services for streams, controllers, widgets, and dashboards.
@absolutejs/voice/clientBrowser primitives, stores, Web Components, HTMX bindings, audio players, and dashboard renderers.
@absolutejs/voice/drizzleDrizzle table schemas for runtime storage, memory, handoff, evals, observability, incidents, and proof trends.
@absolutejs/voice/embedEmbeddable browser voice widget ESM entry.
@absolutejs/voice/embed/voice-widget.jsPrebuilt IIFE widget bundle for script-tag embedding.
@absolutejs/voice/reactReact hooks and components for voice widgets, operational dashboards, timelines, and live consoles.
@absolutejs/voice/svelteSvelte store factories and helper creators for voice UI surfaces.
@absolutejs/voice/testingProvider simulators, STT/TTS fixtures, benchmarks, resilience harnesses, and review helpers.
@absolutejs/voice/vueVue components and composables for the same browser and ops surfaces.