> For the complete documentation index, see [llms.txt](https://docs.facephi.com/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://docs.facephi.com/docs.facephi-en/sdks/sdk-web/componentes/selphi-biometria-facial/propiedades/enablevideotimer.md).

# enableVideoTimer

## Details

**Attribute:** `enable-video-timer`

**Type:** `boolean`

**Default value:** `false`

## Morphology

```typescript
selphi.enableVideoTimer = true;
```

## Description

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

### Considerations

Requires [videoRecord](/docs.facephi-en/sdks/sdk-web/componentes/selphi-biometria-facial/propiedades/videorecord.md) active.

***

## Example

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