Skip to content

Interface: ActivityOptions

@roomful/core


@roomful/core / ActivityOptions

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

Configures the ActivityEngine.

optional limit: number

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

The maximum number of entries retained in the feed (default 100); the oldest are dropped first once the cap is exceeded.


optional storageAdapter: ActivityStorageAdapter

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

Optional durable storage. When set, the feed is restored from it on startup and saved after every change, so activity survives reconnects and reloads. See ActivityStorageAdapter.