← All changelog entries

Recording Client: More Resilient and Faster

Improvement Improvement

The recording client now includes a fallback mechanism for a very rare OverconstrainedError that we’ve seen from some mobile devices. On such an error, the recording client will switch to the lowest quality profile (240p). Previously, the user could not record in such situations.

Additionally, when using one of the 7 default video quality profiles (e.g., 1080p.xml), the recording client will now use hardcoded values instead of making a separate HTTP request for the XML file.

This one less HTTP request will make the recording client a bit faster especially on high latency connections.

Custom video quality URLs (through qualityurl) are still fully supported.