React Native Building a Video Call function using expo go

927 Views Asked by At

I am new to React Native development and I have been working on my first app using expo. Now I need to add a video call function to my app. How can I add a video call function using expo?

1

There are 1 best solutions below

2
Fiston Emmanuel On

Technically, you can integrate video calls in the app with WebRTC - https://www.npmjs.com/package/react-native-webrtc.

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.