Skip to content

Commit

Permalink
Try another keyword for height and wid constraints
Browse files Browse the repository at this point in the history
  • Loading branch information
ValarMarkhulis committed Dec 15, 2022
1 parent a494db7 commit 3b3292e
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions src/screens/CallScreen.js
Original file line number Diff line number Diff line change
Expand Up @@ -66,8 +66,8 @@ function CallScreen({ clientId }) {
audio: true,
fake: fakeCamera(),
video: {
height: {exact: 480},
width: {exact: 640}
height: {min: 480},
width: {min: 640}
},
})
.then((stream) => {
Expand Down

0 comments on commit 3b3292e

Please sign in to comment.