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

qr

Enables mobile capture using QR code on desktop.

Details

Attribute: qr

Type: boolean

Default value: undefined

Morphology

provider.qr = true;

Description

Enables the mobile continuation Flow via QR Code when facephi-sdk-provider used on desktop. When activated, a QR Code is displayed in the source browser; when scanned, the capture continues on the mobile device while the desktop reports progress.

The SDK automatically determines whether the view is mobile or desktop, with no additional configuration.

Considerations

Compatible components: SelphID, Selphi, File Uploader, and Video Provider.

When the capture finishes on mobile, call the method stopQr to properly close the QR session on desktop.

You can monitor the progress with emitTrackStatus.

The animations shown on desktop during the QR Flow are customized with customAnimations (qr.selphi, qr.selphid, qr.fileUploader).


Example

Last updated