Skip to content
Snippets Groups Projects
Unverified Commit 0aec1121 authored by Anton Georgiev's avatar Anton Georgiev Committed by GitHub
Browse files

Merge pull request #5360 from prlanzarin/mobile-fix

Raised max resolution for webcam constraints
parents 7a78bda9 bd91cbf5
No related branches found
No related tags found
No related merge requests found
......@@ -288,7 +288,7 @@ class VideoProvider extends Component {
},
height: {
min: 180,
max: 360,
max: 480,
},
};
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment