This code sample demonstrates a one-to-one and group video call application built with Video SDK RTC React Native SDK and Video SDK RTC React SDK
- Built for serverless video calling experience in Android and iOS.
- Scale it upto 5,000 participants with low code.
- 10,000 minutes free on monthly basis
- Video API with real-time audio, video and data streams
- 5,000+ participants support
- Chat support with rich media.
- Screen sharing with HD and Full HD.
- Play realtime video in meeting
- Connect it with social media such as Facebook, Youtube etc (RTMP out support).
- Intelligent speaker switch
- Record your meetings on cloud
- Customise UI and built other rich features with our new data streams such as whiteboard, poll, Q & A etc.
- Develop and launch in both Android and iOS at the same time.
Visit our official guide for Device Support
You must have the following installed:
- Node.js v12+
- NPM v6+ (comes installed with newer Node versions)
- Android Studio or Xcode installed
-
There are 2 options Option 1: Get Auth Token from VideoSDK Dashboard Option 2: Setting up Auth Server Instructions
-
Clone the repo
git clone https://github.com/videosdk-live/videosdk-rtc-react-native-sdk-example.git
-
Copy the
.env.example
file to.env
file.cp .env.example .env
-
Either update
AUTH_TOKEN
orAUTH_URL
in the.env
file.AUTH_TOKEN=#YOUR_GENERATED_TOKEN
OR
AUTH_URL=#YOUR_AUTH_SERVER_URL
-
Install NPM packages
npm install
-
Run the app
npm run start npm android npm ios
For more information, visit official documentation
Related