Liveness
To use the Liveness (proof of life) functionality, the activeFaceLiveness parameter must be set to true in the SDK constructor. As shown in the example below:
self.faceRecognitionConfig = ZaigIosFaceRecognitionConfiguration(
// ... Other configurations
documentNumber: "000.000.000-00",
activeFaceLiveness: true
// ...
)