exceptionCaptured
An error occurred in the capture process.
Last updated
An error occurred in the capture process.
An error has occurred during the capture process.
Event: exceptionCaptured
Type: CustomEvent
videoId.addEventListener('exceptionCaptured', onExceptionCaptured);This event is emitted when an error has occurred during the capture process.
<facephi-video-id
onExceptionCaptured={() => {
console.error('Something went wrong');
}}
/>Last updated