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

videoRecordAudio

Records audio in local Video Recording.

Details

Attribute: video-record-audio

Type: boolean

Default value: false

Morphology

selphid.videoRecordAudio = true;

Description

Records microphone audio in local recordings when videoRecord is enabled in facephi-selphid-widget.

Considerations

Requires videoRecord active.


Example

<facephi-selphid-widget
    videoRecord={true}
    videoRecordAudio={true}
/>

Last updated