Fix screen-share tile recovery and make AI summaries use full transcripts.
Deploy Ladill Meet / deploy (push) Successful in 1m17s
Deploy Ladill Meet / deploy (push) Successful in 1m17s
Defer summarization until recordings finish, merge chat with deduplicated live captions, and clear the screen-share overlay so participant cards return after sharing ends. Co-authored-by: Cursor <cursoragent@cursor.com>
This commit is contained in:
@@ -617,8 +617,7 @@ class MeetingRoomController extends Controller
|
||||
return response()->json(['ok' => false], 422);
|
||||
}
|
||||
|
||||
$transcript = $session->transcripts()->latest()->first()
|
||||
?? $this->transcripts->ensureForSession($session);
|
||||
$transcript = $this->transcripts->getOrCreateForSession($session);
|
||||
|
||||
$this->transcripts->appendSegment($transcript, $participant->display_name, $validated['text']);
|
||||
|
||||
|
||||
Reference in New Issue
Block a user