From d311dee4c6feda7afd6422453ce82745d4bba223 Mon Sep 17 00:00:00 2001 From: Alex P Date: Sun, 21 Sep 2025 21:20:05 +0000 Subject: [PATCH] [WIP] Improvements, Bugfixes: Improve audio experience when running in HTTP mode --- ui/src/components/WebRTCVideo.tsx | 2 ++ 1 file changed, 2 insertions(+) diff --git a/ui/src/components/WebRTCVideo.tsx b/ui/src/components/WebRTCVideo.tsx index 9d97dfa8..c646ff61 100644 --- a/ui/src/components/WebRTCVideo.tsx +++ b/ui/src/components/WebRTCVideo.tsx @@ -43,6 +43,8 @@ interface MicrophoneHookReturn { isStarting: boolean; isStopping: boolean; isToggling: boolean; + // HTTP/HTTPS detection + isHttpsRequired: boolean; } interface WebRTCVideoProps {