Outspeed JS SDK provides packages that facilitate easy connection to the outspeed backend, enabling streaming of local audio, video, and screen content. This guide will help you get started with integrating the outspeed SDK into your web application.

Currently, Outspeed JS SDK contains the following packages:

  • @outspeed/core: The core package provides the basic functionality for connecting to the outspeed backend and managing media streams.
  • @outspeed/react: This packages contains all the React components needed to integrate realtime communication into your React application.

Resources