🚸(frontend) notify all participants when recording/transcription stops

Broadcast limit-reached notifications to all room participants, not just
owner, to ensure everyone knows recording has stopped due to duration
limits.
This commit is contained in:
lebaudantoine
2025-07-16 12:11:20 +02:00
committed by aleb_the_flash
parent 7c631bb76f
commit d075d60d19
12 changed files with 47 additions and 21 deletions
@@ -27,7 +27,7 @@ export function ToastMessageReceived({ state, ...props }: ToastProps) {
}
}, [isChatOpen, toast, state])
if (isChatOpen) return null
if (isChatOpen || !participant) return null
return (
<StyledToastContainer {...toastProps} ref={ref}>