RCTWebRTCDemo icon indicating copy to clipboard operation
RCTWebRTCDemo copied to clipboard

Crash after peer join

Open happierco opened this issue 8 years ago • 3 comments

Hi, app crashes without an error message right after a peer joins the room. Any suggestions?

happierco avatar Nov 02 '16 22:11 happierco

Same here, Steps for reproduction 1.Open https://react-native-webrtc.herokuapp.com with Chrome also produces echoing sound of my voice (It shouldn't happen I guess) 2. Create Room in web interfaces / Allow camera and mic 3. Use demo app using GenyMotion to connect the same room name by entering the name 4. The app crashes.

neosign avatar Nov 15 '16 11:11 neosign

  1. make sure you have all needed permissions setup
  2. do not test on simulator
  3. use latest react-native-webrtc ( best with a refresh clond and build )

check all three points and see if it occurs on a real device

zxcpoiu avatar Nov 22 '16 10:11 zxcpoiu

You have your own react native webrtc Demo?

YuePing1104 avatar Jan 16 '19 05:01 YuePing1104