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

videoRecordAudio

Records audio in the local recording.

Details

Attribute: video-record-audio

Type: boolean

Default value: false

Morphology

selphi.videoRecordAudio = true;

Description

Include microphone audio in local recordings when videoRecord is active in facephi-selphi-widget.

Considerations

Requires videoRecord active.


Example

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

Last updated