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

Interface: RoomDiagnosticsDebug

@roomful/core


@roomful/core / RoomDiagnosticsDebug

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

Captures the effective debug flags for a room.

events: boolean

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

Indicates whether custom event debug logging is enabled.


performance: boolean

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

Indicates whether performance debug logging is enabled.


presence: boolean

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

Indicates whether presence debug logging is enabled.


productionInfoSuppressed: boolean

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

Indicates whether production-only environment details were intentionally suppressed.


state: boolean

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

Indicates whether state debug logging is enabled.


transport: boolean

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

Indicates whether transport debug logging is enabled.