Let's learn about ICE, SDP, STUN, TURN, and NAT in WebRTC.
Let's learn about the types of servers to implement WebRTC. (Mesh/P2P, SFU, MCU)
Based on the theory of WebRTC, let's implement 1:1 P2P real-time video transmission.
Based on the theory of WebRTC, let's implement 1:N P2P real-time video transmission.
Based on the theory of WebRTC, let's implement 1:N SFU real-time video transmission.
Let's compare 1:NP2P vs SFU performance based on WebRTC's theory.