oney / RCTWebRTCDemo

MIT License
215 stars 142 forks source link

Always showing a blank screen in remote view #57

Open kranthijulakantiwork opened 7 years ago

kranthijulakantiwork commented 7 years ago

Hi,

I am using your module to try video calling. My issue is I am not able to see the remote view. I have used the Same demo code

Can you tell me why I am getting a black screen in place of remote view.

Thanks in advance.

hameed0z commented 7 years ago

have the same problem here did you fix it??

krisana commented 6 years ago

I have the same problem.

zxcpoiu commented 6 years ago

It has highly chance due to NAT traversal issue.

Please test both devices on the same LAN / wifi without any restriction. or use TURN for NAT traversal issue.

WebRTC use ICE algorithm and not guarantee that it can connect if you are not using TURN.