I felt that WebRTC has 2 channels:
- Signalling channel (data transported via secured TCP)
- Media channel (data trasnported via DTLS or SRTP)
Are there more channels to this? Namely "DataChannel" -- probably used for file & chat sharing?
If there is, how is it different from the traditional VOIP media channel and what protocol does it use?