diff --git a/RelayClient/Resources/Raw/wwwroot/rtc.js b/RelayClient/Resources/Raw/wwwroot/rtc.js index 2355872..c8ff674 100644 --- a/RelayClient/Resources/Raw/wwwroot/rtc.js +++ b/RelayClient/Resources/Raw/wwwroot/rtc.js @@ -159,7 +159,7 @@ async function ensurePeerConnectionForUser(username) { channelId: currentChannelId, from: currentUsername, to: username, - candidate: event.candidate + candidate: JSON.stringify(event.candidate) }); };