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

Interface: DevtoolsRoomSummary

@roomful/devtools


@roomful/devtools / DevtoolsRoomSummary

Defined in: types.ts:224

Represents the lightweight room summary shown in devtools room lists.

hasSimulatedPeer: boolean

Defined in: types.ts:228

Indicates whether the room currently has a simulated peer.


hasState: boolean

Defined in: types.ts:233

Indicates whether the room has shared state configured.


instanceId: string

Defined in: types.ts:238

Identifies the room instance registration.


peerCount: number

Defined in: types.ts:243

Counts currently known peers.


peerId: string

Defined in: types.ts:248

Identifies the local peer.


roomId: string

Defined in: types.ts:253

Identifies the room.


status: DevtoolsRoomStatus

Defined in: types.ts:258

Stores the current room connection status.


transport: DevtoolsTransportKind

Defined in: types.ts:263

Stores the active transport.