disabled
Disables tracking and the flow service.
Last updated
Disables tracking and the flow service.
Attribute: disabled
Type: boolean
Default value: undefined
provider.disabled = true;Disables the Tracking and Flow services of the SDK when it is integrated facephi-sdk-provider in capture-only mode.
If you use File Uploader with disabled enabled, the upload will not finish and the Flow will not continue.
<facephi-sdk-provider
apikey={process.env.FACEPHI_SDK_APIKEY}
disabled={true}
/>Last updated