Interface: DevtoolsRoomSnapshot
@roomful/devtools / DevtoolsRoomSnapshot
Interface: DevtoolsRoomSnapshot
Section titled “Interface: DevtoolsRoomSnapshot”Defined in: types.ts:269
Represents the full room snapshot shown in devtools.
Extends
Section titled “Extends”Properties
Section titled “Properties”bridgeVersion
Section titled “bridgeVersion”bridgeVersion:
number
Defined in: types.ts:273
Stores the devtools bridge protocol version.
errors
Section titled “errors”errors:
string[]
Defined in: types.ts:278
Stores recent room errors.
events
Section titled “events”events:
DevtoolsEventLogEntry[]
Defined in: types.ts:283
Stores recent custom event log entries.
hasSimulatedPeer
Section titled “hasSimulatedPeer”hasSimulatedPeer:
boolean
Defined in: types.ts:228
Indicates whether the room currently has a simulated peer.
Inherited from
Section titled “Inherited from”DevtoolsRoomSummary.hasSimulatedPeer
hasState
Section titled “hasState”hasState:
boolean
Defined in: types.ts:233
Indicates whether the room has shared state configured.
Inherited from
Section titled “Inherited from”instanceId
Section titled “instanceId”instanceId:
string
Defined in: types.ts:238
Identifies the room instance registration.
Inherited from
Section titled “Inherited from”DevtoolsRoomSummary.instanceId
peerCount
Section titled “peerCount”peerCount:
number
Defined in: types.ts:243
Counts currently known peers.
Inherited from
Section titled “Inherited from”peerId
Section titled “peerId”peerId:
string
Defined in: types.ts:248
Identifies the local peer.
Inherited from
Section titled “Inherited from”peers:
DevtoolsPeerSnapshot[]
Defined in: types.ts:288
Stores peer snapshots.
roomId
Section titled “roomId”roomId:
string
Defined in: types.ts:253
Identifies the room.
Inherited from
Section titled “Inherited from”state:
DevtoolsStateSnapshot
Defined in: types.ts:293
Stores the shared-state snapshot.
status
Section titled “status”status:
DevtoolsRoomStatus
Defined in: types.ts:258
Stores the current room connection status.
Inherited from
Section titled “Inherited from”transport
Section titled “transport”transport:
DevtoolsTransportKind
Defined in: types.ts:263
Stores the active transport.