Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

Media stream output from camera in expo react native

I am trying to make a peer to peer video call app. I am using expo for the front end and I want to know how to get the media stream from the mobile camera to pass it to the peer.currently this can be achieved using react-native-webrtc but expo does not support this package. So is there any alternatives to get media stream from camera ?

like image 672
vinay sandesh Avatar asked Sep 11 '25 04:09

vinay sandesh


1 Answers

It looks like you should be able to use react-native-webrtc now with the Expo Run Commands that went live a few weeks ago. I haven't tested this out yet but I read about it here and here where WebRTC was named specifically.

like image 175
Jessica Mitchell Avatar answered Sep 13 '25 19:09

Jessica Mitchell