Changelog
1.4.6 - 13.05.2026
Added
- Added the VideoRecord step: a voice-verified video step in which the user creates a video recording by reading the on-screen text aloud. Used via
.setStepType(.videoRecord); configurable withsetStartButtonText,setStopButtonText,setApproveButtonText,setRetakeButtonText, andsetVideoRecordDuration.
Changed
- The signature of
KYCProcessResult.failedandcancelled(returned viaonProcessFinished) changed:step: KYCStep?is nowstepName: String?, and thefailedcase'sreason: TeydexErroris nowreason: String. Integrations relying on these types need to be updated.