I'm not familiar with WebRTC. What's the use case there? I can't remember ever wanting to create an in-browser p2p connection on my local network. What would it be used for?
But it still ignores the proxy settings and will use STUN to discover your "external IP". Thus users that think they are using a proxy end up not actually doing so.
in-company hangouts, video conferencing, etc. Without p2p on local network that would have go outside the company and back in.
Others have pointed out this behavior has changed in Chrome 48. You don't get the local IP unless the page asks for access to the mic/camera which the user has to give permission for.
That would defeat a huge selling point of WebRTC, the ability to create in-browser p2p connections over the user's local network.