fix(dashboard): fetch transcript by exact meeting row (hotfix on the deployed base) - #1387
Open
DmitriyG228 wants to merge 1 commit into
Open
DmitriyG228 wants to merge 1 commit into
DmitriyG228 wants to merge 1 commit into
Conversation
When the internal meeting id is known, the meeting page fetches
/transcripts/by-id/{id} instead of /transcripts/{platform}/{native_id},
which resolves the NEWEST row for that native id. For a recurring meeting
the calendar auto-join creates the next occurrence's scheduled row minutes
after a call ends, and the completed meeting's page then rendered that
empty newer row. Falls back to the native route when no internal id.
(cherry picked from commit eecd9acf onto the deployed base fa667cd)
Refs: #1386
Signed-off-by: DmitryG228 <2280905@gmail.com>
🃏 Merge card — #1387
Not mergeable yet — every row above must be accepted before merge (choke point 1). Fill in what's ❌ above, then this clears automatically. How a PR reaches merge: the merge bar. |
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 free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
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.
Closes #1386.
The meeting page fetched the transcript by
platform/native_meeting_id, which resolves the newest row for that native id. For a recurring meeting, calendar auto-join creates the next occurrence'sscheduledrow minutes after a call ends, and the completed meeting's page then rendered that empty newer row (prod 27493 → 27499, 271 segments hidden).When the internal id is known, fetch
/transcripts/by-id/{id}(owner-scoped, live in prod meeting-api + gateway). Falls back to the native route otherwise. Cherry-pick ofeecd9acf(July 23) ontofa667cd1, the commit prod's dashboard image is built from — deliberately not onto this branch's head, so the shipped image carries only this change. Two vitest cases.Rung: image built from this commit (
org.opencontainers.image.revisionlabel); prod delivery via channel entry seq-13, adoption in Vexa-ai/vexa-platform#392.Contribution Rights