Merge branch 'fix/firefox-webcam' of https://github.com/Informatic/workadventure into develop

This commit is contained in:
Ludwig Behm 2021-01-14 02:06:04 +01:00
commit da7f25f52a
1 changed files with 1 additions and 1 deletions

View File

@ -13,7 +13,7 @@ if(localValueVideo){
let videoConstraint: boolean|MediaTrackConstraints = {
width: { min: 640, ideal: 1280, max: 1920 },
height: { min: 400, ideal: 720 },
frameRate: {exact: valueVideo, ideal: valueVideo},
frameRate: { ideal: valueVideo },
facingMode: "user",
resizeMode: 'crop-and-scale',
aspectRatio: 1.777777778