diff --git a/public/js/chat.js b/public/js/chat.js index 69ce8a4..8d627c5 100644 --- a/public/js/chat.js +++ b/public/js/chat.js @@ -216,7 +216,8 @@ var VideoChat = { VideoChat.socket.emit( "candidate", JSON.stringify(event.candidate), - roomHash + roomHash, + uuid ); } else { // If we are not 'connected' to the other peer, we are buffering the local ICE candidates.