0.0.1 • Published 2 years ago

@kunalkumar007/videosdk-ui-kit v0.0.1

Weekly downloads
-
License
-
Repository
-
Last release
2 years ago

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