Release Notes
Have a feature request? Contact us
For additional information about prior or other release versions, please see our detailed release notes.
2.5.5 - 2024/08/22
Breaking changes
The
extractFaceFromImage
function exposed by the JavaScript API has been updated to expect animageDataUri
parameter, renamed fromimage
. This parameter is not only of typestring
, instead ofstring | ImageData
.
Changes & additions
Improved default media constraints to reduce overall image sizes by specifying a range with a maximum and a minimum value for dimensions, with a fallback in case an error occurs.
Bug fixes
Fixed an issue where the SDK would throw an emulation error on older devices using newer browser versions.
Fixed video recording initialization failing on Firefox when ideal media constraints cannot be met.
Last updated