Closed greigmarshalseiy closed 6 years ago
Glad to hear that you were able to get it working as expected except for the camera issue.
I'll suggest you revoke the permission given to the app to use your camera on both devices, then try again. Ensure no other app is using the camera at the same time.
I have traced where the issue lies. Thanks Amir, hats off to you 👍
@greigmarshalseiy Could you tell us how you solved the problem?
@greigmarshalseiy Could you tell us how you solved the problem? My case is change to
document.getElementById('myVid').srcObject = myStream; document.getElementById('peerVid').srcObject = e.streams[0];
Hi i have setup the app as per your instructions. Below is what I am doing.
Could you please suggest what needs to be checked? Thanks in advance.
Imp Note: Earlier, I had written my own WebRTC code (from Mozilla) and it shows the camera capture without any issues. This is just an FYI to rule out any issues with WebRTC not working on my machine :-)