WebRTC is a go!
Posted by Moonless Nights
WebRTC is a go!
Just got off of the first successful test call with my Dad. This was a successful run of my own minimal WebRTC client and signalling server.

Now, I just need to make the error handling more informative, fix a timeout issue in the proxy configuration, and post it to GitHub.

Finally, I can just send someone a link to my own website when I want to jump into a 1-on-1 video call. Of course, I still also need to test on some other environments to get a sense of where TURN servers are actually required (although I am not supporting that case).

That project was slightly easier than expected,
...Nights