Getting Started
Introduction
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.
- @outspeed/reacct-native: This package contains all the React Native components and hooks needed to integrate Outspeed Application into you React Native application.
Resources
@outspeed/core
Explore @outspeed/core
on NPM.
GitHub
Check out the GitHub repository of @outspeed/core
.
Was this page helpful?