From 5486795f4d1323039c16a172283247c20d8f7424 Mon Sep 17 00:00:00 2001 From: RuKira Date: Sun, 26 Apr 2026 00:18:52 -0400 Subject: [PATCH] Added Peer stuff to RelayRTC I've confirmed any and all issues past this point is C# related, and client is done being rewritten. --- RelayClient/Resources/Raw/wwwroot/rtc.js | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/RelayClient/Resources/Raw/wwwroot/rtc.js b/RelayClient/Resources/Raw/wwwroot/rtc.js index c8ff674..1d1476e 100644 --- a/RelayClient/Resources/Raw/wwwroot/rtc.js +++ b/RelayClient/Resources/Raw/wwwroot/rtc.js @@ -218,7 +218,8 @@ function closePeerConnection(username) { window.RelayRtc = { joinChannelCall, leaveChannelCall, - handleRtcSignal + handleRtcSignal, + peerConnections }; window.handleRtcSignal = handleRtcSignal; \ No newline at end of file