Skip to content

Commit c6ff545

Browse files
Update
1 parent 545a188 commit c6ff545

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

src/styles/components/VideoConference.css

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@
1010
z-index: 20;
1111
border: 0px solid #0055ff;
1212
transition: all 0.3s ease;
13-
object-fit: cover;
13+
object-fit: fill;
1414
}
1515

1616
.video-conference:hover {

src/utils/peerService.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@ export const createPeer = () => {
55
return new Peer(uuidv4(), {
66
host: 'peerjs.com',
77
port: 443,
8-
path: '',
8+
path: '/peerjs',
99
secure: true
1010
});
1111
};

0 commit comments

Comments
 (0)