mirror of
https://github.com/ianramzy/decentralized-video-chat.git
synced 2024-11-14 14:19:20 +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(
|
VideoChat.socket.emit(
|
||||||
"candidate",
|
"candidate",
|
||||||
JSON.stringify(event.candidate),
|
JSON.stringify(event.candidate),
|
||||||
roomHash
|
roomHash,
|
||||||
|
uuid
|
||||||
);
|
);
|
||||||
} else {
|
} else {
|
||||||
// If we are not 'connected' to the other peer, we are buffering the local ICE candidates.
|
// If we are not 'connected' to the other peer, we are buffering the local ICE candidates.
|
||||||
|
Loading…
Reference in New Issue
Block a user