Links
Comment on page

React Hooks Reference

The Whereby browser SDK includes React hooks and components which allow integrating a fully custom video experience into your web application.

Getting started

The browser SDK is currently in beta, meaning we are still correcting smaller issues before marking it as ready for production. While in beta, we will break our api surface, but cannot guarantee there won't be any breaking changes between the current version and the next.

Installation

Install the @whereby.com/browser-sdk package from the public npm registry.
npm
yarn
pnpm
npm install @whereby.com/[email protected]
yarn add @whereby.com/[email protected]
pnpm add @whereby.com/[email protected]
While in beta, you need to explicitly install new versions in order to get new features and fixes. If you want to stay up-to-date, please visit the npm versions page regularly.

Available hooks

Available components

Last modified 20d ago