I have some questions about WebRTC:
- Does WebRTC use TCP or UDP as its peer-to-peer transport? How can I know?
- I read that there are reliability mode and DTLS agreement, how does these affect?
- Is this transport the same for both Media and DataChannel?
- How do I switch between TCP and UDP?
I ask this because I know that browsers have a limit on the number of parallel connections (I think they talk over TCP), and maybe UDP connection is not limited.