Skip to content

bipmeet/react-native-webrtc-vb

This branch is 254 commits behind react-native-webrtc/react-native-webrtc:master.

Folders and files

NameName
Last commit message
Last commit date
May 31, 2022
Jun 16, 2022
Nov 9, 2021
Aug 26, 2021
Jun 16, 2022
Nov 25, 2020
Jun 16, 2022
Apr 4, 2022
Mar 15, 2022
Dec 8, 2021
Oct 19, 2021
Oct 19, 2021
Oct 19, 2021
May 31, 2022
Nov 6, 2015
May 31, 2022
Oct 19, 2021
Oct 19, 2021
May 13, 2022
May 13, 2022
Nov 25, 2020
Oct 19, 2021
Mar 15, 2022

Repository files navigation

React Native WebRTC

React-Native-WebRTC

npm version npm downloads Discourse topics

A WebRTC module for React Native.

Feature Overview

Android iOS macOS Windows* Web* Expo*
Audio/Video ✔️ ✔️ ✔️ - ✔️ ✔️
Data Channels ✔️ ✔️ ✔️ - ✔️ ✔️
Screen Capture ✔️ ✔️ ✔️ - ✔️ ✔️
Plan B ✔️ ✔️ ✔️ - ✔️ ✔️
Unified Plan* - - - - - -

Windows - We don't currently support the react-native-windows platform at this time.
Anyone interested in getting the ball rolling? We're open to contributions.

Web - The react-native-webrtc-web-shim project provides a shim for react-native-web support.
Which will allow you to use (almost) the exact same code in your react-native-web project as you would with react-native directly.

Expo - Sadly this module is not available in the Expo Go app by default due to including much needed native code. However you can get things working via the expo-dev-client library and out-of-tree config-plugins/react-native-webrtc package.

Unified Plan - Currently in development but expected to be released sometime in the near future.
Plan B will remain default until adequate support and testing has been completed.

WebRTC Revision

  • Currently used revision: M100
  • Supported architectures
    • Android: armeabi-v7a, arm64-v8a, x86, x86_64
    • iOS: arm64, x86_64 (for bitcode support, run this script)
    • macOS: x86_64

Getting Started

Use one of the following preferred package install methods to immediately get going.
Don't forget to follow platform guides below to cover any extra required steps.

npm: npm install react-native-webrtc --save
yarn: yarn add react-native-webrtc

Guides

Example Projects

We have some very basic example projects included in the examples directory.
Don't worry, there are plans to include a much more broader example with backend included.

Community

Come join our Discourse Community if you want to discuss any React Native and WebRTC related topics.
Everyone is welcome and every little helps.

Related Projects

Looking for extra functionality coverage?
The react-native-webrtc organization provides a number of packages which are more than useful when developing Real Time Communication applications.

About

The WebRTC module for React Native with virtual background

Resources

License

Stars

Watchers

Forks

Packages

No packages published

Languages

  • Java 43.0%
  • Objective-C 34.8%
  • TypeScript 16.1%
  • Python 4.1%
  • JavaScript 1.1%
  • Shell 0.5%
  • Ruby 0.4%