livenessMoveFailedAttempts
Allowed failed attempts in Active Liveness.
Last updated
Allowed failed attempts in Active Liveness.
Attribute: liveness-move-failed-attempts
Type: number
Supported values: Greater than 0
Default value: 2
selphi.livenessMoveFailedAttempts = 2;Allowed failed attempts per step in the active liveness check of facephi-selphi-widget before showing an error.
Recommended property: use moveFailedAttempts in new integrations.
Precedence: if you define livenessMoveFailedAttempts and moveFailedAttempts at the same time, moveFailedAttempts takes precedence and a precedence warning is emitted in the console.
Deprecation: livenessMoveFailedAttempts is still operational in this version, but it will be removed in the next major version. Use only livenessMoveFailedAttempts emits a deprecation warning in the console.
Last updated
<facephi-selphi-widget
livenessMoveSteps={3}
livenessMoveFailedAttempts={0}
/>