Fixed Ice OBJECT not returning/sending correctly.
This commit is contained in:
@@ -159,7 +159,7 @@ async function ensurePeerConnectionForUser(username) {
|
||||
channelId: currentChannelId,
|
||||
from: currentUsername,
|
||||
to: username,
|
||||
candidate: event.candidate
|
||||
candidate: JSON.stringify(event.candidate)
|
||||
});
|
||||
};
|
||||
|
||||
|
||||
Reference in New Issue
Block a user