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

videoRecordType

Recording type (local or remote).

Details

Attribute: video-record-type

Type: VideoRecordType

Default value: VideoRecordType.Local

VideoRecordType

Member
Value
Description

Local

0

Local recording (default value).

Remote

1

Remote recording.

Morphology

import { VideoRecordType } from '@facephi/selphi-web-component';

selphi.videoRecordType = VideoRecordType.Local;

Description

Defines whether the Video Recording of facephi-selphi-widget is local in the browser or remote through the Facephi service.

Considerations

Requires videoRecord active.


Example

Last updated