Coding Challenge: Video Chat Application
In the past I’ve done some coding challanges and I’ve received a fun one this week from the Coding Challanges newsletter. I haven’t noted down the past challenges but in light of share what I’ve learned I thought I would share this one.
The Challenge
In this coding challenge we’re going to build a simple video chat application that allows two people to connect a call and speak to each other with live audio and video.
We’ll learn about WebRTC and applying it in Go.
Notes
- I’m a webdeveloper so my pick is probably WebRTC.
- MDN on WebRTC
https://web.dev/articles/webrtc-infrastructure
WebRTC is probably the right course for this.