oney / RCTWebRTCDemo

MIT License
215 stars 142 forks source link

Not calling dataChannel.onmessage #15

Closed openGeeksLab closed 8 years ago

openGeeksLab commented 8 years ago

I ran https://react-native-webrtc.herokuapp.com/ in a browser. And start app on Android with Demo src code. When I send message from device to browser are all ok, and I can see message from device in browser. But when I sent message from browser to device nothing happens. Please where is a problem?