Introduction

The Stream Video JavaScript SDK is a toolkit for building video calling, audio rooms and livestreaming into your app. It ships with high-level APIs and reactive state management, and every call runs on Stream's global edge network for lower latency and higher reliability. Type definitions ship with the SDK, so it works in TypeScript and plain JavaScript.

This SDK is the client half of your integration. Call types, recording, transcription, webhooks and SIP are configured from your backend with a server-side SDK or the REST API, and the token your app connects with has to be signed there too. See the server-side overview for what to build there, starting with users and tokens.

Build with Stream CLI and Agent Skills

The Stream CLI and Agent Skills give AI coding agents the tools and knowledge to work with Stream. There is no dedicated skill pack for JavaScript yet, but the default skills still help with live documentation and CLI-driven API work.

Install the CLI and the default skills:

curl -fsSL https://getstream.io/cli.sh | bash
getstream skills

Once installed, invoke /stream from your agent. It routes documentation lookups and API operations for you.

Stream Agent Skills can also be installed from skills.sh.

Getting started

If you're new to Stream Video, start with these tutorials:

What you'll learn

Core concepts:

Advanced features:

Feedback

If something is missing or could be improved, contact us.