
WebRTC enables developers to build powerful web-based real-time communication applications. While typically implemented in web browsers, you can also integrate this functionality into native applications by embedding the WebRTC standard into the application’s codebase. This is usually done using libWebRTC, an open-source project maintained by Google that

WebRTC has come a long way. It was introduced by Google in 2011 and it had its first cross-browser implementation in 2013. Our team started specializing in it in 2015. Still, it wasn’t even until 2021 that WebRTC 1.0 was published, making it officially a standard! On

A host of companies that utilize real-time video in their business model or business communications will be facing a similar question this year: what alternatives do I have for replacing Twilio Video before it reaches its end of life? It is a good question and one that

In the first post in our series on application design factors that facilitate post-production support for WebRTC and other kinds of communication apps, we spoke about Designing for Observability. Today, we will talk about Designing for Resilience. Refer to the post linked above for more on how