Using AndroidRTC and possibly socket.io-client and definitely WebRTC Docs work on getting a webRTC stream of the front facing camera. The difficulty appears to be in the schema of the JSON used for signaling which is left as an implementation detail. The AndroidRTC sample rolls their own, whereas we should use one more common such as simple-peer that can be seen being used here.
Using AndroidRTC and possibly socket.io-client and definitely WebRTC Docs work on getting a webRTC stream of the front facing camera. The difficulty appears to be in the schema of the JSON used for signaling which is left as an implementation detail. The AndroidRTC sample rolls their own, whereas we should use one more common such as simple-peer that can be seen being used here.