WebRTC does ICE, and I believe browsers have built-in STUN servers they can use for that. That should reach the vast majority of users. No TURN server is provided by default though as it has to relay all bandwidth, which can make it expensive to run. You can host your own TURN server if you want to reach closer to 100% connectivity.