Skip to content

Commit

Permalink
resolve a merge conflict
Browse files Browse the repository at this point in the history
  • Loading branch information
imrany committed Oct 16, 2024
2 parents b3df6b9 + 2186ebc commit d83d898
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/App.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@ export default function App(){
}

function changeVideoConstraints(){
setVideoConstraints({height:720, width:screen.width, facingMode:"environment"})
setVideoConstraints({height:720, width:screen.width, facingMode:"user"})
}

useEffect(()=>{
Expand Down

0 comments on commit d83d898

Please sign in to comment.