Y
Hacker News
new
|
ask
|
show
|
jobs
by
monocasa
1209 days ago
Also every Zoom/Google Meet call. WebRTC is on top of SCTP.
2 comments
Jasper_
1209 days ago
WebRTC uses SCTP in a weird way: on top of DTLS, which is itself on top of UDP. When most people talk about using SCTP, they mean using it instead of UDP.
link
rezonant
1209 days ago
Sort of. SCTP is used for data channels, the audio/video is RTP. Still an important piece though.
link