Fixed Ice OBJECT not returning/sending correctly.

This commit is contained in:
2026-04-26 00:09:39 -04:00
parent 92c432cd49
commit c4dfb07627

View File

@@ -159,7 +159,7 @@ async function ensurePeerConnectionForUser(username) {
channelId: currentChannelId,
from: currentUsername,
to: username,
candidate: event.candidate
candidate: JSON.stringify(event.candidate)
});
};