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

enableVideoTimer

Shows a timer during recording.

Details

Attribute: enable-video-timer

Type: boolean

Default value: false

Morphology

selphid.enableVideoTimer = true;

Description

Sets the time available in seconds for the video recording.

Considerations

Requires videoRecord active.


Example

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

Last updated