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

Integration

Integration of the VideoID Widget component.

FacephiVideoID: Complete Integration Guide

The facephi-video-id is a powerful web component designed to record the entire process of capturing documents, selfies, and voice. The process is fully recorded on video and, when finished, the video is available on the platform or through a callback function for the client to consume.

Type: HTMLFacephiVideoIdElement


How It Works

The facephi-video-id tracks and seamlessly records the user's journey during the onboarding process. From document capture to selfie validation, every step is recorded, ensuring a complete audit trail.

Required: The properties apiKey, license, videoRecordingUrl, tenantId, operationId and customerId are required. See the properties section for detailed information.

Integration Example

<facephi-video-id
  apiKey="VIDEORECORDING_KEY"
  license="WIDGETS_LICENSE"
  videoRecordingUrl="VIDEORECORDING_URL"
  tenantId="TENANT_ID"
  operationId="UNIQUE_OPERATION_ID"
  customerId="UNIQUE_USER_ID"
  speechText="Acepto los términos y condiciones"
  sectionTime="5"
  sectionTimeout="15"
></facephi-video-id>

Settings

The Video ID Widget can be configured through HTML attributes.

Properties

The web component will emit events during its lifecycle.

Events

Last updated