oney / RCTWebRTCDemo

MIT License
215 stars 141 forks source link

Argument 1 of RTCPeerConnection.addStream is not an object. #54

Open carrbrpoa opened 7 years ago

carrbrpoa commented 7 years ago

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:

image

Print from Chrome's console: image

Any ideas?

Installed APK with react-native run-android --variant=debug

Thanks

zxcpoiu commented 7 years ago

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?

badcodercpp commented 4 years ago

this happens if you create offer for same device, exclude your current socket id while creating offer.