Skip to main content
The Meeting Detail view provides a comprehensive breakdown of any meeting. It uses a macOS-style segmented control to switch between five tabs.

Summary Tab

Displays the AI-generated meeting summary as formatted text. The summary captures the key discussion points, decisions made, and outcomes of the meeting. If the meeting is still being processed, a “Generating summary…” indicator appears until the AI analysis is complete. For meetings imported from integrations that provide their own summaries (like Fathom), the provider’s summary is used. Otherwise, the summary is generated by the LLM from the full transcript.

Transcript Tab

Shows the full meeting transcript with speaker attribution and timestamps. Each transcript entry displays:
  • Speaker name — Who said it
  • Timestamp — When it was said (formatted as mm:ss)
  • Text — What was said
The app first attempts to load structured transcript data from the meeting’s stored memory (parsed from transcript_segments records). If structured data isn’t available, it falls back to the raw text transcript.

Actions Tab

Lists all extracted action items from the meeting. Each action item shows:
  • A checkbox-style indicator
  • The action item text
  • The assigned owner (if identified from the conversation)
Action items are extracted by the LLM from the transcript, identifying commitments, follow-ups, and next steps mentioned during the meeting.

Coaching Tab

Displays the post-meeting coaching analysis in a metrics grid:
MetricFormat
Talk RatioPercentage
Filler WordsCount
Speaking SpeedWords per minute
InteractivityPercentage
Below the metrics grid, the AI-generated coaching feedback text provides personalized suggestions for improvement. See Coaching Metrics for details on how each metric is calculated.

Chat Tab

An interactive AI chat interface for asking questions about the meeting.
  • Chat history is loaded when you open the tab, preserving previous conversations about this meeting.
  • Type a question in the input field and send it to get an AI response based on the meeting’s transcript and context.
  • Messages are displayed in a scrolling list that auto-scrolls to the latest message.
Example questions you might ask:
  • “What were the main objections raised?”
  • “Did we agree on a timeline?”
  • “What did the prospect say about pricing?”
  • “Summarize the technical requirements discussed”
Click the back arrow in the header to return to the Meeting List. The meeting title is displayed in the header alongside the navigation control.