{{ $message }}
+ @endif + @isset($details) +{{ config('meet.recording_statuses')[$recording->status] ?? $recording->status }}
+ + + Recordings + -Duration: {{ gmdate('H:i:s', $recording->duration_seconds) }}
- @endif - @if ($recording->isReady()) - Download recording - @else -Recording is still processing. Refresh shortly.
- @endif - - @php $summary = $recording->session->aiSummaries()->latest()->first(); @endphp - @if ($summary?->status === 'ready') - View AI summary → - @endif ++ {{ $recording->started_at?->timezone($room->timezone)->format('l, M j, Y · g:i A') ?? $recording->created_at->format('M j, Y g:i A') }} +
+Your recording is stored on Ladill and ready to download.
+ @elseif ($recording->status === 'processing') +Processing recording
+This usually takes a moment after the meeting ends. Refresh shortly.
+