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 ?
Asked
Active
Viewed 2,579 times
1 Answers
2
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.

Jessica Mitchell
- 151
- 1
- 2
-
1Hey thanks alot I'll check it out and post if it works. – vinay sandesh Jun 24 '21 at 05:21
-
1Hi Jessica I tested it and its working thanks alot – vinay sandesh Jun 26 '21 at 11:44
-
That's awesome, glad to hear! – Jessica Mitchell Jun 28 '21 at 13:42