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