Skip to content

Interface: ActivityEntry

@roomful/core


@roomful/core / ActivityEntry

Defined in: packages/core/src/types.ts:1870

A single entry in the room activity feed.

actor: Peer

Defined in: packages/core/src/types.ts:1884

The peer that produced the activity, carrying live presence.


optional data: unknown

Defined in: packages/core/src/types.ts:1889

An optional structured payload describing the activity.


id: string

Defined in: packages/core/src/types.ts:1874

Identifies the entry within the room.


timestamp: number

Defined in: packages/core/src/types.ts:1894

The epoch-millisecond timestamp when the activity was recorded.


type: string

Defined in: packages/core/src/types.ts:1879

The activity type — an app-defined label, e.g. 'comment:added' or 'record:locked'.