Any kind of help would be appreciated. :)
I am pretty new in the iOS/swift world.
I am writing a very simple iOS app with WebRTC to make a peer connection between server and client. No need an audio or video play, need RTCDataChannel to send the hello message to the server. But when WebRTC queries the STUN server and provides the list of local candidates that does not contain my public IP address. I am doing all of this because there is the NAT in middle of server and client.
Any kind of help would be appreciated. :)
I am pretty new in the iOS/swift world.
I am writing a very simple iOS app with WebRTC to make a peer connection between server and client. No need an audio or video play, need RTCDataChannel to send the hello message to the server. But when WebRTC queries the STUN server and provides the list of local candidates that does not contain my public IP address. I am doing all of this because there is the NAT in middle of server and client.