extractionTimeout
The extraction timeout has been exceeded.
Last updated
The extraction timeout has been exceeded.
The time limit for capture has been exceeded without the user having completed the process.
Event: extractionTimeout
Type: CustomEvent
videoId.addEventListener('extractionTimeout', onExtractionTimeout);This event is emitted when the component has not performed the extraction because the user has taken too long to complete the capture.
<facephi-video-id
onExtractionTimeout={() => {
console.log('The capture process has not been completed in time');
}}
/>Last updated