> 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/selphid-documentos/propiedades/videorecordrate.md).

# videoRecordRate

## Details

**Attribute:** `video-record-rate`

**Type:** `number`

**Supported values:** From `10` to `30`

**Default value:** `30`

## Morphology

```typescript
selphid.videoRecordRate = 30;
```

## Description

Frames per second sent in remote recording from `facephi-selphid-widget`.

### Considerations

Requires [videoRecord](/docs.facephi-en/sdks/sdk-web/componentes/selphid-documentos/propiedades/videorecord.md) active and that [videoRecordType](/docs.facephi-en/sdks/sdk-web/componentes/selphid-documentos/propiedades/videorecordtype.md) is set to `Remote`.

***

## Example

```jsx
<facephi-selphid-widget
    videoRecord={true}
    videoRecordType={VideoRecordType.Remote}
    videoRecordRate={30}
/>
```
