Skip to content

Interface: RoomDiagnosticsDebug

@roomful/core


@roomful/core / RoomDiagnosticsDebug

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

Captures the effective debug flags for a room.

events: boolean

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

Indicates whether custom event debug logging is enabled.


performance: boolean

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

Indicates whether performance debug logging is enabled.


presence: boolean

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

Indicates whether presence debug logging is enabled.


productionInfoSuppressed: boolean

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

Indicates whether production-only environment details were intentionally suppressed.


state: boolean

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

Indicates whether state debug logging is enabled.


transport: boolean

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

Indicates whether transport debug logging is enabled.