Why JavaScript performance matters most and how we deliver it?
One one of our core principles is to deliver the highest quality with the best performance you can get, but how can we guarantee this? Let’s split it up in two core topics.
January 28, 2019
One one of our core principles is to deliver the highest quality with the best performance you can get, but how can we guarantee this? Let’s split it up in two core topics.
December 20, 2018
Traditional screensharing tools are using the power of image transferring techniques to clone the screen. Because of security constraints – this does not work within browsers that easy. In modern browsers there is WebRTC available which supports taking screenshots out of the box https://www.w3.org/TR/screen-capture/. Nevertheless, because of performance, privacy and compatibility issues we are not leveraging this API for in our core technology.