klebercode / react-native-webrtc-minimal

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

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

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

About

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


Languages

Language:JavaScript 36.3%Language:Objective-C 22.7%Language:Java 15.3%Language:Ruby 15.2%Language:Starlark 10.4%