ISBX / apprtc-ios

A native iOS video chat app based on WebRTC
BSD 3-Clause "New" or "Revised" License
1.35k stars 413 forks source link

No Video Is Showing #99

Open Rahulgupta-cdnsol opened 6 years ago

Rahulgupta-cdnsol commented 6 years ago

Hi, I have downloaded the code and try to test it but its not working. I can't able to see the video of other device only black screen is showing. Also I am getting RTCICEConnectionFailed Please let me know how I can test the video chat.

Thanks

GaelHLago commented 6 years ago

You can test with this : https://appr.tc/

RTCICEConnectionFailed means you didn't have any route from a device to an other, don't you have a firewall blocking the access ? During development, I had some issues because one of my devices didn't support IPv6, so it couldn't find a route.