WebRTC with Pion

For a project I’ve been using Pion WebRTC which is a Golang implementation of the WebRTC API. It is easy to set up and provides great performance. Some tips when using Pion WebRTC, or WebRTC in general: Streaming with Pion WebRTC Once you’ve done all the peer/ICE handling, you can send video/audio. Below is the… Continue reading WebRTC with Pion