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 ?
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.