- Returning .userCancelled when the app goes to the background during a Liveness check. (#167)
- Adding new error when the camera is not available even though permissions were granted. (#163)
- Fixing a crash when attempting to call finishWriting (#161)
- Updating the camera frame position when the subviews are laid out (#158)
- Fixing video not being mirrored in the 'Get Ready' screen (#153)
- remove strong reference retain cycle from camera preview view model (#135)
- prevent AVCaptureSession from starting during session configuration (#124)
- update preview layer to be optional and check for nil values (#122)
- use higher priority task queue for AVCaptureSession (#118)
- add additional guard for finishing AVAssetWriter (#108)
- ensure video image is mirrored (#105)
- cleanup camera session in the preview page (#101)
- resolve race condition when starting AVCaptureSession (#93)
- send the final video event at a delayed time interval (#87)
- ux: update get ready page with new preview screen (#78)
- prevent duplicate session timeout error messages (#70)
- update session timed out error handling (#65)