Interface: DevtoolsRoomSummary
@roomful/devtools / DevtoolsRoomSummary
Interface: DevtoolsRoomSummary
Section titled “Interface: DevtoolsRoomSummary”Defined in: types.ts:224
Represents the lightweight room summary shown in devtools room lists.
Extended by
Section titled “Extended by”Properties
Section titled “Properties”hasSimulatedPeer
Section titled “hasSimulatedPeer”hasSimulatedPeer:
boolean
Defined in: types.ts:228
Indicates whether the room currently has a simulated peer.
hasState
Section titled “hasState”hasState:
boolean
Defined in: types.ts:233
Indicates whether the room has shared state configured.
instanceId
Section titled “instanceId”instanceId:
string
Defined in: types.ts:238
Identifies the room instance registration.
peerCount
Section titled “peerCount”peerCount:
number
Defined in: types.ts:243
Counts currently known peers.
peerId
Section titled “peerId”peerId:
string
Defined in: types.ts:248
Identifies the local peer.
roomId
Section titled “roomId”roomId:
string
Defined in: types.ts:253
Identifies the room.
status
Section titled “status”status:
DevtoolsRoomStatus
Defined in: types.ts:258
Stores the current room connection status.
transport
Section titled “transport”transport:
DevtoolsTransportKind
Defined in: types.ts:263
Stores the active transport.