WebRTC - Signaling example

1 · Richard To · Nov. 27, 2020, midnight
Recently I was trying to understand how to use WebRTC for a personal project. However, I found the documentation and examples a bit unclear. I think this is because of all the moving parts associated with WebRTC–SDP, ICE, STUN, TURN, and RDP. These requirements make it challenging to set up a simple example. Primarily I wanted to understand how a WebRTC connection is established between two peers, which I feel this is the most confusing part about WebRTC. So in my case, I wanted to set up the si...