Interface: DevtoolsPeerSnapshot
@roomful/devtools / DevtoolsPeerSnapshot
Interface: DevtoolsPeerSnapshot
Section titled “Interface: DevtoolsPeerSnapshot”Defined in: types.ts:94
Represents a peer snapshot shown in devtools.
Properties
Section titled “Properties”id:
string
Defined in: types.ts:98
Identifies the peer.
isSelf
Section titled “isSelf”isSelf:
boolean
Defined in: types.ts:103
Indicates whether the snapshot is for the local peer.
isSimulated
Section titled “isSimulated”isSimulated:
boolean
Defined in: types.ts:108
Indicates whether the peer was injected by devtools.
joinedAt
Section titled “joinedAt”joinedAt:
number
Defined in: types.ts:113
Records when the peer joined the room.
lastSeen
Section titled “lastSeen”lastSeen:
number
Defined in: types.ts:118
Records the last time the peer was observed.
presence
Section titled “presence”presence:
DevtoolsSerializedRecord
Defined in: types.ts:123
Stores the serialized presence payload.