mirror of
https://github.com/ianramzy/decentralized-video-chat.git
synced 2024-11-13 13:49:19 +08:00
IT WORKS THREE CLIENTS REMOTELY! adding the uuid to emit candidate
This commit is contained in:
parent
90ec6f2fb9
commit
a6621c3072
@ -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.
|
||||
|
Loading…
Reference in New Issue
Block a user