Hi all,
I've build an Android application that uses webrtc. It communicates between a server which will always send the offer and streams video. The client side does not stream its video or audio.
When connecting to a local server all works fine. But when connecting to a server with a public ip, the stream doesn't start.
The onIceGatheringChange function of my Peerconnection Observer shows that it is complete. But onIceConnectionChange function is never called showing that the iceconnection is connected, which it does when on a local network.
Any suggestions?
Thanks