feat: improve transcript listing with room_id (#496)

Added a new field in transcript for room_id, and set room_id/meeting_id
in a transcript now. Use this field to list the transcripts. URL is now
very fast.
This commit is contained in:
2025-07-17 15:43:36 -06:00
committed by GitHub
parent 0eb670ca19
commit 033bd4bc48
3 changed files with 87 additions and 11 deletions

View File

@@ -101,6 +101,8 @@ async def process_recording(bucket_name: str, object_key: str):
user_id=room.user_id,
recording_id=recording.id,
share_mode="public",
meeting_id=meeting.id,
room_id=room.id,
)
_, extension = os.path.splitext(object_key)