Hacker News new | ask | show | jobs
by Shared404 2196 days ago
My understanding is that the quoted statement was explaining why they moved away from WebRTC.
2 comments

We moved away from WebRTC completely for video, networking, and some audio. We still use webrtc-audio-processing for acoustic-echo-cancellation and some other niceties. Here is our Rust wrapper for that library:

https://github.com/tonarino/webrtc-audio-processing

I think it's unlikely they'd release and maintain a wrapper around something they stopped using.