Platform docs
Auth, users, webhooks & more

Supported Platforms

The React Video SDK supports modern browsers released since March 2025:

  • Chrome 136+
  • Firefox 137+
  • Edge 136+
  • Safari and Mobile Safari 18.4+
Note:

The SDK works on other browsers, but these are officially supported and tested.

WebView

The SDK runs in WebView on Android and iOS, though browser is recommended for best experience.

Compatibility Check

Check if the current browser is officially supported:

import { Browsers } from "@stream-io/video-react-sdk";

const isSupported = await Browsers.isSupportedBrowser();
if (!isSupported) {
  // Show message to switch browsers
}
Add Chat to my app: getstream.io/SKILL.md

The fastest way to build with Stream. Start a new project or improve an existing one. Full CLI and documentation integration out of the box.


Ask your agent:

/stream Build me a Social App with Feeds and Moderation.
/stream Any livestream calls running?
/stream Video React v1: <Your Question>