Skip to content

Commit

Permalink
Remove framerate/fps constraint to video.
Browse files Browse the repository at this point in the history
The previous constraints in v0.4.0 made it so, that the selenium clients did not connect propably.
  • Loading branch information
ValarMarkhulis committed Dec 15, 2022
1 parent 53a3044 commit a494db7
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 3 deletions.
2 changes: 1 addition & 1 deletion Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -28,5 +28,5 @@ stop:
local-install:
npm i

lcoal-run:
local-run:
npm start run
3 changes: 1 addition & 2 deletions src/screens/CallScreen.js
Original file line number Diff line number Diff line change
Expand Up @@ -67,8 +67,7 @@ function CallScreen({ clientId }) {
fake: fakeCamera(),
video: {
height: {exact: 480},
width: {exact: 640},
frameRate: { exact: 30 }
width: {exact: 640}
},
})
.then((stream) => {
Expand Down

0 comments on commit a494db7

Please sign in to comment.