Skip to content

Function: useSessionSummarizer()

@roomful/react


@roomful/react / useSessionSummarizer

useSessionSummarizer<TPresence>(options?): SessionSummary

Defined in: react/src/index.ts:1359

Summarizes the current room session (participants, action counts, agent activity, duration) from the activity feed, recomputing as the feed changes. Alpha. Pass narrate to render the summary text with an LLM instead of the built-in heuristic.

TPresence extends PresenceData = PresenceData

The room presence shape.

SessionSummarizerOptions

Optional narration hook.

SessionSummary

The reactive SessionSummary.