I'm trying to understand a bit more about webRTC so:
- My guess is that when running an app from localhost and establishing a peerConnection with myself ( no firewalls, vpns or symmetric nats involved ), WebRTC will connect locally using 127.0.0.1 adress.
- Now if I run my app from the web my other guess would be that webRTC will be using my public ip adress to finally try to connect to my same public ip adress.
So my question is, when connecting from localhost I'm pretty sure WebRTC peerConnection doesn't go through internet to connect to myself, will this be the same with the second scenario?