Skip to content

videosdk-live/videosdk-rtc-react-native-prebuilt-ui

Repository files navigation

Getting started

  1. Run the authentication server Follow videosdk-rtc-nodejs-sdk-example to run authentication server.
  2. Clone the repo
    git clone https://github.com/videosdk-live/videosdk-rtc-react-native-prebuilt-ui.git
  3. Update the api server url in the src/config/api.js file that points to the authentication server.
    HOST_URL=http://localhost:9000
    
  4. Install NPM packages
    npm install
  5. Run the app
    npm run start
    npm android
    npm ios

For more information, visit official documentation

Related

About

WebRTC React Native Open Source UI Kti

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published