mirror of
https://github.com/ianramzy/decentralized-video-chat.git
synced 2025-02-23 00:15:04 +08:00
missed something when adjusting border size - fixed
This commit is contained in:
parent
d7a52afe5f
commit
25c3014b68
@ -98,7 +98,7 @@ var VideoChat = {
|
|||||||
});
|
});
|
||||||
|
|
||||||
VideoChat.localVideo.srcObject = stream;
|
VideoChat.localVideo.srcObject = stream;
|
||||||
VideoChat.localVideo.style.border = `4px solid ${VideoChat.borderColor}`;
|
VideoChat.localVideo.style.border = `3px solid ${VideoChat.borderColor}`;
|
||||||
|
|
||||||
// Now we're ready to join the chat room.
|
// Now we're ready to join the chat room.
|
||||||
VideoChat.socket.emit("join", roomHash);
|
VideoChat.socket.emit("join", roomHash);
|
||||||
|
Loading…
x
Reference in New Issue
Block a user