From eadb77dd5bf70113c7fbd9880f6a912c01cef209 Mon Sep 17 00:00:00 2001 From: isaacclad Date: Thu, 2 Jul 2026 06:48:37 +0000 Subject: [PATCH] Remove connection status from the live room header. Drop Connecting/Connected and view-only mode text while keeping the active speaker notification line for everyone. Co-authored-by: Cursor --- resources/js/meet-room.js | 2 -- resources/views/meet/room/show.blade.php | 5 ++--- 2 files changed, 2 insertions(+), 5 deletions(-) diff --git a/resources/js/meet-room.js b/resources/js/meet-room.js index 570ccbe..00e4f30 100644 --- a/resources/js/meet-room.js +++ b/resources/js/meet-room.js @@ -340,13 +340,11 @@ function meetRoom() { await this.waitForRoomConnected(room); - this.connectionStatus = 'Connected'; this.syncParticipants(); if (this.canPublish) { await this.enableLocalMedia(room); } else { - this.connectionStatus = this.audioOnly ? 'Listening' : 'View-only audience mode'; this.isMuted = true; this.isVideoOff = true; } diff --git a/resources/views/meet/room/show.blade.php b/resources/views/meet/room/show.blade.php index d03bfd1..5e24ce4 100644 --- a/resources/views/meet/room/show.blade.php +++ b/resources/views/meet/room/show.blade.php @@ -139,11 +139,10 @@ :class="conferenceStatusClass()" x-text="conferenceStatusLabel()">{{ $initialConferenceStatus }}

@endif - - + x-text="activeSpeakersMessage() || '...'">