From 2932b757078bd1517373271200686fbee5d7272c Mon Sep 17 00:00:00 2001 From: Miroslav Pejic Date: Fri, 3 Jan 2025 12:51:22 +0100 Subject: [PATCH] [mirotalksfu] - add missing --- public/js/Room.js | 3 +++ 1 file changed, 3 insertions(+) diff --git a/public/js/Room.js b/public/js/Room.js index 6f7e069d..cf005174 100644 --- a/public/js/Room.js +++ b/public/js/Room.js @@ -851,7 +851,10 @@ function getRoomDuration() { } const timeLimit = timeToMilliseconds(roomDuration); setTimeout(() => { + sound('eject'); Swal.fire({ + background: swalBackground, + position: 'center', title: 'Time Limit Reached', text: 'The room has reached its time limit and will close shortly', icon: 'warning',