|
1 | 1 | [<img src="https://avatars.githubusercontent.com/u/42463376" alt="React Native WebRTC" style="height: 6em;" />](https://github.com/react-native-webrtc/react-native-webrtc) |
2 | 2 |
|
3 | | -# React-Native-WebRTC |
4 | | - |
5 | | -[](https://www.npmjs.com/package/react-native-webrtc) |
6 | | -[](https://www.npmjs.com/package/react-native-webrtc) |
| 3 | +# React-Native-WebRTC for LiveKit |
| 4 | +https://img.shields.io/npm/v/@livekit/react-native-webrtc |
| 5 | +[](https://www.npmjs.com/package/@livekit/react-native-webrtc) |
7 | 6 | [](https://react-native-webrtc.discourse.group/) |
8 | 7 |
|
9 | 8 | A WebRTC module for React Native. |
10 | 9 |
|
| 10 | +> [!NOTE] |
| 11 | +> This is a fork of the original [react-native-webrtc](https://github.com/react-native-webrtc/react-native-webrtc) repo, with different underlying WebRTC fork. |
| 12 | +> This module is primarily to be used in conjunction with the [LiveKit React Native SDK](https://github.com/livekit/client-sdk-react-native), and shouldn't be used independently. |
| 13 | +> |
| 14 | +> Developers looking to add WebRTC without LiveKit functionality to their React Native projects should use the original module instead. |
| 15 | +
|
11 | 16 | ## Feature Overview |
12 | 17 |
|
13 | 18 | | | Android | iOS | tvOS | macOS* | Windows* | Web* | Expo* | |
@@ -51,9 +56,9 @@ Software encode/decode factories have been enabled by default. |
51 | 56 | Use one of the following preferred package install methods to immediately get going. |
52 | 57 | Don't forget to follow platform guides below to cover any extra required steps. |
53 | 58 |
|
54 | | -**npm:** `npm install react-native-webrtc --save` |
55 | | -**yarn:** `yarn add react-native-webrtc` |
56 | | -**pnpm:** `pnpm install react-native-webrtc` |
| 59 | +**npm:** `npm install @livekit/react-native-webrtc --save` |
| 60 | +**yarn:** `yarn add @livekit/react-native-webrtc` |
| 61 | +**pnpm:** `pnpm install @livekit/react-native-webrtc` |
57 | 62 |
|
58 | 63 | ## Guides |
59 | 64 |
|
|
0 commit comments