We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 545a188 commit c6ff545Copy full SHA for c6ff545
src/styles/components/VideoConference.css
@@ -10,7 +10,7 @@
10
z-index: 20;
11
border: 0px solid #0055ff;
12
transition: all 0.3s ease;
13
- object-fit: cover;
+ object-fit: fill;
14
}
15
16
.video-conference:hover {
src/utils/peerService.js
@@ -5,7 +5,7 @@ export const createPeer = () => {
5
return new Peer(uuidv4(), {
6
host: 'peerjs.com',
7
port: 443,
8
- path: '',
+ path: '/peerjs',
9
secure: true
});
};
0 commit comments