Uh oh!
There was an error while loading. Please reload this page.
This repository was archived by the owner on Aug 6, 2026. It is now read-only.
feat: extract and display meeting participants - #76
Merged
Conversation
This was referenced Oct 29, 2025
ContributorAuthor
This stack of pull requests is managed by Graphite. Learn more about stacking. |
lucasheriques
marked this pull request as ready for review
October 29, 2025 05:36
lucasheriques
changed the base branch from
feat/live-transcripts
to
graphite-base/76October 29, 2025 12:56
lucasheriquesforce-pushed
the
graphite-base/76
branch
from
October 29, 2025 12:58
c1715fc to
78e17ffComparelucasheriquesforce-pushed
the
feat/meeting-participants
branch
from
October 29, 2025 12:58
bb32dbf to
0aef09bComparelucasheriquesforce-pushed
the
feat/meeting-participants
branch
from
October 29, 2025 12:59
0aef09b to
4665d28Comparelucasheriquesforce-pushed
the
feat/meeting-participants
branch
from
October 29, 2025 13:02
4665d28 to
4076241Comparejoshsny
approved these changes
Oct 29, 2025
Uh oh!
There was an error while loading. Please reload this page.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for freeto subscribe to this conversation on GitHub.
Already have an account?
Sign in.
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.

Summary
Implementation
Client-side extraction (
recordingService.ts):UI Display (
RecordingView.tsx):Notes
Builds on #74 (live transcripts) which provides the RecordingView component.