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

showLog

Enables debug logs in the browser console.

Details

Attribute: show-log

Type: boolean

Default value: false

Morphology

video.showLog = true;

Description

Enables an extended real-time data streaming mode to display information about the component's internal processes in the browser console.

Considerations

In local recording, look for messages with the prefix [LocalRecorder] to track the recording lifecycle.


Example

<facephi-video-provider
    showLog={true}
    settings={{ serviceType: 'local' }}
/>

Last updated