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

videoRecord

Enables Video Recording.

Details

Attribute: video-record

Type: boolean

Default value: false

Morphology

selphid.videoRecord = true;

Description

Activates the Video Recording of the document capture session in facephi-selphid-widget. The final format of the recorded video will be MP4 or WEBM.


Example

<facephi-selphid-widget
    videoRecord={true}
/>

Last updated