From 6f6ac5eaf679bc2dc4d5de39051c22c233c38a74 Mon Sep 17 00:00:00 2001 From: Lorenzo Miniero Date: Wed, 6 Dec 2023 18:40:34 +0100 Subject: [PATCH] Fixed spinner not disappearing for audio-only mountpoints --- html/streamingtest.js | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/html/streamingtest.js b/html/streamingtest.js index b6b93f6036..00c5e83a05 100644 --- a/html/streamingtest.js +++ b/html/streamingtest.js @@ -199,7 +199,7 @@ $(document).ready(function() { $('#'+mstreamId).append( '
' + '' + - 'No webcam available' + + 'No video available' + '
'); } } @@ -396,7 +396,7 @@ function startStream() { } } if($('#mstream0').length === 0) { - addPanel("0", mid); + addPanel("0", (mid ? mid : "0")); // No remote video yet $('#mstream0').append('