In this post, we’re going to demonstrate how to build a simple peer-to-peer WebRTC Android client from scratch. We’ll cover how to implement the signaling backend using TypeScript and Node and the Android client without using any 3rd party service or abstraction over the WebRTC library. The
Introduction. 2017 was an exciting year for WebRTC. The technology saw a lot of improvements and even integrations with other trending technologies. Below we will share our insights about the 5 things to expect in WebRTC development in 2018, but first let’s quickly review the webRTC events
It is no secret that telemedicine is a valuable tool for healthcare providers to increase coverage and improve their services. We recently posted about the pros and cons of the technology and below, we bring to you some of the most important aspects to consider when building
In this post we are going to explore the concepts we explained in a previous post using a live video call demo, showing the interaction between the components of a web application using WebRTC and Websockets. At the end of the post, we will share the link