RCTWebRTCDemo icon indicating copy to clipboard operation
RCTWebRTCDemo copied to clipboard

Argument 1 of RTCPeerConnection.addStream is not an object.

Open carrbrpoa opened this issue 7 years ago • 2 comments

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

carrbrpoa avatar Jun 06 '17 12:06 carrbrpoa

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?

zxcpoiu avatar Jun 07 '17 06:06 zxcpoiu

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

badcodercpp avatar Sep 21 '20 20:09 badcodercpp