Added Peer stuff to RelayRTC

I've confirmed any and all issues past this point is C# related, and client is done being rewritten.
This commit is contained in:
2026-04-26 00:18:52 -04:00
parent b90144d335
commit 5486795f4d

View File

@@ -218,7 +218,8 @@ function closePeerConnection(username) {
window.RelayRtc = {
joinChannelCall,
leaveChannelCall,
handleRtcSignal
handleRtcSignal,
peerConnections
};
window.handleRtcSignal = handleRtcSignal;