From 9e587ad7b56a508c75e7a46a03cc15e5188a0547 Mon Sep 17 00:00:00 2001 From: Cody Larkin Date: Wed, 8 Apr 2026 18:56:30 -0400 Subject: [PATCH] fixed missing audio/video devices --- RelayClient/Resources/Raw/wwwroot/index.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/RelayClient/Resources/Raw/wwwroot/index.js b/RelayClient/Resources/Raw/wwwroot/index.js index df3cb5c..81f13d9 100644 --- a/RelayClient/Resources/Raw/wwwroot/index.js +++ b/RelayClient/Resources/Raw/wwwroot/index.js @@ -24,7 +24,7 @@ window.setChannelId = function(channelId) { currentChannelId = channelId; LogMessage("Channel set to: " + currentChannelId); }; -let userMedia = getUserMedia() +// let userMedia = getUserMedia() function LogMessage(msg) { const messageLog = document.getElementById("messageLog"); messageLog.value += '\r\n' + msg;