RCTWebRTCDemo
RCTWebRTCDemo copied to clipboard
Argument 1 of RTCPeerConnection.addStream is not an object.
I opened https://react-native-webrtc.herokuapp.com/ in Firefox and created the room. The time I join the same room through Android APP, errors are coming and nothing happens:
Print from Chrome's console:
Any ideas?
Installed APK with react-native run-android --variant=debug
Thanks
oops, I do not know how heroku work or where the code located. ping @oney
I usually test on mobile device. does demo works on both devices?
this happens if you create offer for same device, exclude your current socket id while creating offer.