From 65eb163482599445b2401d41e8ab3d962dac889b Mon Sep 17 00:00:00 2001 From: Cody Larkin Date: Thu, 2 Apr 2026 13:59:06 -0400 Subject: [PATCH] fixed params in function call --- 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 f10133b..94484ab 100644 --- a/RelayClient/Resources/Raw/wwwroot/index.js +++ b/RelayClient/Resources/Raw/wwwroot/index.js @@ -217,7 +217,7 @@ async function ensurePeerConnection2() }); } -async function channelCallJoin(activeCall, channelId) +async function channelCallJoin(activeCall) { await ensurePeerConnection2();