Interface: RoomDiagnosticsTransport
@roomful/core / RoomDiagnosticsTransport
Interface: RoomDiagnosticsTransport
Section titled “Interface: RoomDiagnosticsTransport”Defined in: packages/core/src/types.ts:165
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:169
Reports the currently active transport implementation.
lastDisconnectReason
Section titled “lastDisconnectReason”lastDisconnectReason:
string|null
Defined in: packages/core/src/types.ts:174
Reports the last disconnect reason observed by the room.
reconnectAttempt
Section titled “reconnectAttempt”reconnectAttempt:
number
Defined in: packages/core/src/types.ts:179
Reports the reconnect attempt currently in flight.