mirror of
https://github.com/suitenumerique/meet.git
synced 2026-09-02 21:58:29 +00:00
🚸(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:
committed by
aleb_the_flash
parent
7c631bb76f
commit
d075d60d19
@@ -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}>
|
||||
|
||||
Reference in New Issue
Block a user