Interface: RoomDiagnosticsTransport
@roomful/core / RoomDiagnosticsTransport
Interface: RoomDiagnosticsTransport
Section titled “Interface: RoomDiagnosticsTransport”Defined in: packages/core/src/types.ts:161
Captures transport-related diagnostics for a room.
Properties
Section titled “Properties”current
Section titled “current”current:
TransportKind|null
Defined in: packages/core/src/types.ts:165
Reports the currently active transport implementation.
lastDisconnectReason
Section titled “lastDisconnectReason”lastDisconnectReason:
string|null
Defined in: packages/core/src/types.ts:170
Reports the last disconnect reason observed by the room.
reconnectAttempt
Section titled “reconnectAttempt”reconnectAttempt:
number
Defined in: packages/core/src/types.ts:175
Reports the reconnect attempt currently in flight.