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

videoRecord

Enables Video Recording in the session.

Details

Attribute: video-record

Type: boolean

Default value: false

Morphology

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

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

Last updated