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 -Connecting…
-+ x-text="activeSpeakersMessage() || '...'">