> 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/videorecord.md).

# videoRecord

## Details

**Attribute:** `video-record`

**Type:** `boolean`

**Default value:** `false`

## Morphology

```typescript
selphi.videoRecord = true;
```

## Description

Enables the session Video Recording in `facephi-selphi-widget`. Requires configuring quality and type according to local or remote mode.

***

## Example

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