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

Interface: RoomDiagnosticsTransport

@roomful/core


@roomful/core / RoomDiagnosticsTransport

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

Captures transport-related diagnostics for a room.

current: TransportKind | null

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

Reports the currently active transport implementation.


lastDisconnectReason: string | null

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

Reports the last disconnect reason observed by the room.


reconnectAttempt: number

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

Reports the reconnect attempt currently in flight.