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 {