mirror of
https://github.com/Monadical-SAS/reflector.git
synced 2025-12-21 20:59:05 +00:00
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:
@@ -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)
|
||||
|
||||
Reference in New Issue
Block a user