Skip to content
Roomful is in public beta — install with the @beta tag. Share feedback →

Interface: DebugOptions

@roomful/core


@roomful/core / DebugOptions

Defined in: packages/core/src/types.ts:131

Enables verbose debug logging for specific room subsystems.

optional events: boolean

Defined in: packages/core/src/types.ts:150

Emits custom event diagnostics.


optional performance: boolean

Defined in: packages/core/src/types.ts:155

Emits timing and performance diagnostics.


optional presence: boolean

Defined in: packages/core/src/types.ts:145

Emits presence synchronization diagnostics.


optional state: boolean

Defined in: packages/core/src/types.ts:140

Emits shared-state diagnostics.


optional transport: boolean

Defined in: packages/core/src/types.ts:135

Emits transport selection and signaling diagnostics.