showLog
Enables debug logs in the browser console.
Last updated
Enables debug logs in the browser console.
Attribute: show-log
Type: boolean
Default value: false
video.showLog = true;Enables an extended real-time data streaming mode to display information about the component's internal processes in the browser console.
In local recording, look for messages with the prefix [LocalRecorder] to track the recording lifecycle.
<facephi-video-provider
showLog={true}
settings={{ serviceType: 'local' }}
/>Last updated