Skip to main content

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

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.