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

Interface: DevtoolsPeerSnapshot

@roomful/devtools


@roomful/devtools / DevtoolsPeerSnapshot

Defined in: types.ts:94

Represents a peer snapshot shown in devtools.

id: string

Defined in: types.ts:98

Identifies the peer.


isSelf: boolean

Defined in: types.ts:103

Indicates whether the snapshot is for the local peer.


isSimulated: boolean

Defined in: types.ts:108

Indicates whether the peer was injected by devtools.


joinedAt: number

Defined in: types.ts:113

Records when the peer joined the room.


lastSeen: number

Defined in: types.ts:118

Records the last time the peer was observed.


presence: DevtoolsSerializedRecord

Defined in: types.ts:123

Stores the serialized presence payload.