百科.dev
全部条目AI 编程趋势榜开源项目技术资讯提交条目
登录
< 返回工具列表
R

react-native-webrtc

> 前端框架
开源

适用于 React Native 的 WebRTC 模块

5.0K stars0 点赞0 次浏览
访问官网GitHub

工具介绍

适用于 React Native 的 WebRTC 模块

React-Native-WebRTC

A WebRTC module for React Native.

Feature Overview

Android iOS tvOS macOS* Windows* Web* Expo* Audio/Video :heavy_check_mark: :heavy_check_mark: :heavy_check_mark: - - :heavy_check_mark: :heavy_check_mark: Data Channels :heavy_check_mark: :heavy_check_mark: - - - :heavy_check_mark: :heavy_check_mark: Screen Capture :heavy_check_mark: :heavy_check_mark: - - - :heavy_check_mark: :heavy_check_mark: Plan B - - - - - - - Unified Plan* :heavy_check_mark: :heavy_check_mark: - - - :heavy_check_mark: :heavy_check_mark: Simulcast* :heavy_check_mark: :heavy_check_mark: - - - :heavy_check_mark: :heavy_check_mark:

macOS - We don't currently actively support macOS at this time.
Support might return in the future.

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 - As this module includes native code it is not available in the Expo Go app by default.
However you can get things working via the expo-dev-client library and out-of-tree config-plugins/react-native-webrtc package.

Unified Plan - As of version 106.0.0 Unified Plan is the only supported mode.
Those still in need of Plan B will need to use an older release.

Simulcast - As of version 111.0.0 Simulcast is now possible with ease.
Software encode/decode factories have been enabled by default.

WebRTC Revision

  • Currently used revision: M124
  • Supported architectures
    • Android: armeabi-v7a, arm64-v8a, x86, x86_64
    • iOS: arm64, x86_64
    • tvOS: arm64
    • macOS: arm64, 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
pnpm: pnpm install react-native-webrtc

Guides

  • Android Install
  • iOS Install
  • tvOS Install
  • Basic Usage
  • Step by Step Call Guide
  • Improving Call Reliability
  • Migrating to Unified Plan

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.

GitHub Issues· 0 开放

在 GitHub 查看全部

暂无开放 Issues,或尚未同步最近议题。

核心特点

  • •Currently used revision: M124
  • •Supported architectures
  • •Android: armeabi-v7a, arm64-v8a, x86, x86_64
  • •iOS: arm64, x86_64
  • •tvOS: arm64
  • •macOS: arm64, x86_64
  • •Android Install
  • •iOS Install
  • •tvOS Install
  • •Basic Usage

> 标签

Javareactreact-nativewebrtc

暂无评论,来聊聊你的看法吧

> 工具信息

发布日期2026年8月1日
最后更新2026年9月17日
分类前端框架
定价开源

> 相关工具

R
React
用于构建用户界面的 JavaScript 库
V
Vue.js
渐进式 JavaScript 框架
N
Next.js
基于 React 的全栈 Web 框架