/videosdk-rtc-react-sdk-example

This code sample demonstrates a one-to-one and group video call application built with Video SDK RTC REACT SDK

Primary LanguageJavaScript

Video SDK for React JS

Discord Register

At Video SDK, we’re building tools to help companies create world-class collaborative products with capabilities of live audio/videos, compose cloud recordings/rtmp/hls and interaction APIs

Demo App

Check out demo here

Steps to Integrate

Prerequisites

Step 1: Clone the sample project

Clone the repository to your local environment.

git clone https://github.com/videosdk-live/videosdk-rtc-react-native-sdk-example.git

Step 2: Copy the .env.example file to .env file.

Open your favorite code editor and copy .env.example to .env file.

cp .env.example .env

Step 3: Modify .env file

Generate temporary token from Video SDK Account.

REACT_APP_VIDEOSDK_TOKEN = "TEMPORARY-TOKEN"

Step 4: Install the dependecies

Install dependecies all the project dependencies.

npm install

Step 5: Run the Sample App

Bingo, it's time to push the launch button.

npm run start

Examples

Documentation

Read the documentation to start using Video SDK.

Community

  • Discord - To get involved with the Video SDK community, ask questions and share tips.
  • Twitter - To receive updates, announcements, blog posts, and general Video SDK tips.