Recording type (local or remote).
Attribute: video-record-type
video-record-type
Type: VideoRecordType
VideoRecordType
Default value: VideoRecordType.Local
VideoRecordType.Local
Local
0
Local recording (default value).
Remote
1
Remote recording.
import { VideoRecordType } from '@facephi/selphi-web-component'; selphi.videoRecordType = VideoRecordType.Local;
Defines whether the Video Recording of facephi-selphi-widget is local in the browser or remote through the Facephi service.
facephi-selphi-widget
Requires videoRecord active.
Last updated 28 days ago
import { VideoRecordType } from '@facephi/selphi-web-component'; <facephi-selphi-widget videoRecord={true} videoRecordType={VideoRecordType.Local} />