Pion WebRTC is a Go implementation of WebRTC. If you haven't used it before check out awesome-pion[0] or example-webrtc-applications[1] for what people are doing. We maintain a feature list and other helpful resources in our README.md[2]
I am so excited to finally post this! This release was a lot harder then I anticipated, but it is finally here.
There is a lot of really great things, but the things that got me the most excited were.
* pion/interceptor[3] so users can bring their own algorithms and learn.
* SRTP AEAD_AES_128_GCM seeing a 400% performance increase was amazing.
* Track's as interfaces. Gets us an API that feels exactly like the browser with getUserMedia.
Also happy to use this thread for general questions/feedback. The goal with Pion was to make WebRTC more accessible. WebRTC is amazing technology, but can be difficult to use.