Partha-SUST16 / ReactNative-Video-Call

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Video Calls in React Native backed by Twilio

Fully functional React Native app + Node Rest API that features Video Calls backed by Twilio.

Twilio Setup

Server Startup (Inside server folder)

  • Navigate to server/ and copy .env.copy to .env and fill out with the saved Twilio values.
  • Install dependencies with yarn.
  • Run the server with yarn start and save the returned API url

App Startup (Root folder)

  • Install dependencies with yarn && npx pod-install ios.
  • Copy .env.copy to .env and fill out the API_URL with the provided by the server.
  • Run the app on an IOS connected device with nxp react-native run-ios --device
  • Run the app on an Android connected device by grabbing device id from adb with adb devices and then running with npx react-native run-android --deviceId XXXXXXXXX

About


Languages

Language:JavaScript 41.0%Language:Java 20.5%Language:Ruby 18.0%Language:Objective-C 14.2%Language:Starlark 6.2%