For the complete documentation index, see llms.txt. This page is also available as Markdown.

disabled

Disables tracking and the flow service.

Details

Attribute: disabled

Type: boolean

Default value: undefined

Morphology

provider.disabled = true;

Description

Disables the Tracking and Flow services of the SDK when it is integrated facephi-sdk-provider in capture-only mode.

Considerations

If you use File Uploader with disabled enabled, the upload will not finish and the Flow will not continue.


Example

<facephi-sdk-provider
    apikey={process.env.FACEPHI_SDK_APIKEY}
    disabled={true}
/>

Last updated