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

enableVideoTimer

Displays a timer during Video Recording.

Details

Attribute: enable-video-timer

Type: boolean

Default value: false

Morphology

selphi.enableVideoTimer = true;

Description

Overlays a timer during Video Recording in facephi-selphi-widget when videoRecord it is active.

Considerations

Requires videoRecord active.


Example

<facephi-selphi-widget
    videoRecord={true}
    enableVideoTimer={true}
/>

Last updated