- Refactor code move
LayoutBuilder to inside SDK
- Developer should wrap
LivenessCamera widget with LayoutBuilder
- optimize video file before upload
- fix camera preview stretch
- fix long message display overflow
- SDK new option for adjust position hint message and button
| Property |
Type |
| hintPositionFromBottom |
Double |
| buttonPositionFromBottom |
Double |
- Update SDK response property
detectActionsResult
- Update installation document
- SDK option remove
| Property |
Status |
| faceCompareText |
Remove |
| iconGallery |
Remove |
| buttonChooseImageLabel |
Remove |
| Property |
Type |
| transactionId |
String |
| version 1.2.0 name |
version 1.3.0 name |
| prepareFontColor |
titleFontColor |
| prepareFontSize |
titleFontSize |
| indicatorFontSize |
subtitleFontSize |
| Property |
Status |
| verifyFontSize |
Remove |
| verifyFontColor |
Remove |
| iconGalleryWidth |
Remove |
| iconGalleryHeight |
Remove |
| faceCompareFontColor |
Remove |
| faceCompareFontSize |
Remove |
- Add process face compare.
- Add new SDK option
faceCompareText, faceCompareFontColor, faceCompareFontSize, buttonChooseImageLabel, buttonChooseImageLabel, iconGalleryWidth, iconGalleryHeight
- Fix missing override action instruction option from client.
- Add verify actions from 2
["NOD_HEAD", "MOUTH"] to 4 ["SHAKE_LEFT", "SHAKE_RIGHT" , "NOD_HEAD", "MOUTH"]
- fix verify logic.
- Add new SDK option
indicatorFontSize, recordText, uploadText
- Reduce verify actions from 4
["SHAKE_LEFT", "SHAKE_RIGHT" , "NOD_HEAD", "MOUTH"] to 2 ["NOD_HEAD", "MOUTH"]
- Add upload indicator.
- Reduce video resolution record to low.
- Add new SDK option.
- Improvement process record and verify indicator.