Jigyasu Garg
Jigyasu Garg

Reputation: 49

How to building React Native App using WebRtc

Thank you for your help in advance.

I want to make a new WebRtc mobile application for video calling using react native, i checked many articles but not getting exact information how to start. Can any person please help me and guide me the path to create an application.

.\gradlew /clean

FAILURE: Build failed with an exception.

BUILD FAILED

Total time: 2.903 secs

Upvotes: 1

Views: 8179

Answers (2)

saurabh dixit
saurabh dixit

Reputation: 873

You can use react-native-jitsi-meet it's actually based on webrtc. Here is the link https://www.npmjs.com/package/react-native-jitsi-meet

Upvotes: 0

Karthik
Karthik

Reputation: 2632

You will have to use react-native-webrtc for this - https://github.com/react-native-webrtc/react-native-webrtc

Upvotes: 3

Related Questions