SDK reference
The API surface of the video-client SDKs — what each framework package exports, and the shared core client underneath them all.
This is reference material: complete and consultable, not a walkthrough. Pick your framework below to install and get running, then come back here to look things up.
Pick a framework
- React — hooks, components, and context providers. Full API: reference.
- Next.js — server-render-safe setup on top of the React package.
- React Native — mobile clients.
- Vanilla JavaScript — the core client with no framework wrapper.
The core API
@video/video-client-core is the framework-agnostic client.
Every framework package re-exports it, so its types and clients can be imported
directly from the package you already installed — you do not need to depend on core
separately. It is documented once, here, rather than repeated per framework.
See also Error handling for the error codes the client raises and how to respond to them.