react-native-webrtc
A WebRTC module for React Native.
BREAKING FOR RN 40:
master branch needs RN >= 40 for now. if your RN version is under 40, use branch rn-less-40 (npm version 0.54.7)
Support
- Currently support for iOS and Android.
- Support video and audio communication.
- Supports data channels.
- You can use it to build an iOS/Android app that can communicate with web browser.
WebRTC Revision
Since 0.53, we use same branch version number like in webrtc native. please see wiki page about revision history
format:
${branch_name} stable (${branched_from_revision})(+${Cherry-Picks-Num}-${Last-Cherry-Picks-Revision})
the webrtc revision in brackets is extracting frrom Cr-Branched-From instead Cr-Commit-Position
the number follows with + is the additional amount of cherry-picks since Branched-From revision.