> 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/sdks/sdk-web/componentes/selphid-documentos/propiedades/enablevideotimer.md).

# enableVideoTimer

## Detalles

**Atributo:** `enable-video-timer`

**Tipo:** `boolean`

**Valor por defecto:** `false`

## Morfología

```typescript
selphid.enableVideoTimer = true;
```

## Descripción

Sets the time available in seconds for the video recording.

### Consideraciones

Requiere [videoRecord](/sdks/sdk-web/componentes/selphid-documentos/propiedades/videorecord.md) activo.

***

## Ejemplo

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