mirror of
https://github.com/ianramzy/decentralized-video-chat.git
synced 2024-11-13 13:49:19 +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.style.border = `4px solid ${VideoChat.borderColor}`;
|
||||
VideoChat.localVideo.style.border = `3px solid ${VideoChat.borderColor}`;
|
||||
|
||||
// Now we're ready to join the chat room.
|
||||
VideoChat.socket.emit("join", roomHash);
|
||||
|
Loading…
Reference in New Issue
Block a user