uqudosdk-web 3.3.4 → 3.4.1
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/CHANGELOG.md +10 -1
- package/index.d.ts +1 -0
- package/index.js +1 -1
- package/package.json +1 -1
package/CHANGELOG.md
CHANGED
|
@@ -1,6 +1,15 @@
|
|
|
1
|
+
## 3.4.1
|
|
2
|
+
|
|
3
|
+
- Introducing a new configuration option for facial recognition, enabling 1:N face match verification. Once activated, following a successful facial recognition (confirming liveness and matching the face), the system initiates a search for the user's selfie within your tenant. If the selfie is not found, it is added, and the indexed facial features are stored in the database. The SDK result includes a unique ID in the face object, along with an indication of whether there was a match with a previously onboarded selfie. It's essential to store this unique ID in your system alongside the user's record, facilitating future searches for users with the same ID. Please be aware that this option requires a specific permission, otherwise, it will be disregarded. For further information or to explore this new feature, please reach out to your account manager.
|
|
4
|
+
|
|
5
|
+
## 3.4.0
|
|
6
|
+
|
|
7
|
+
- Optimized the screen resolution ratio for facial recognition across both mobile and desktop browsers. This adjustment aims to decrease the occurrences of rejections due to liveness check failures.
|
|
8
|
+
- Detect unexpected errors occurring when the user's camera encounters an unknown issue. In such cases, we now promptly terminate the session and return the error code MEDIA_UNKNOWN_ERROR.
|
|
9
|
+
|
|
1
10
|
## 3.3.4
|
|
2
11
|
|
|
3
|
-
- Added an option to set the
|
|
12
|
+
- Added an option to set the minimum match level for facial recognition
|
|
4
13
|
|
|
5
14
|
## 3.3.3
|
|
6
15
|
|