/react-native-webrtc-minimal

The simplest local-only implementation of react-native-webrtc possible.

Primary LanguageJavaScript

react-native-webrtc-minimal

The most basic local-only implementation of react-native-webrtc possible.

  • Start/Stop video call.
  • Switch Video source before and during calls
  • Mute/Unmute audio
  • Uses functional components and React Native 0.61+
  • Uses Hermes instead of the full Javascript engine

Usage

  • Clone the repository, run npm install.
  • For Android, connect your phone run npm run android in the directory.
  • For iOS, consult a doctor, cd ios && pod install, and finally npm run ios. Note that iOS simulator doesn't support camera
  • Profit