Set default resolution to 640x400.
We used to accept the browser's default, which varied widely between devices.
This commit is contained in:
@@ -1402,6 +1402,9 @@ async function addLocalMedia(localId) {
|
||||
} else if(settings.blackboardMode) {
|
||||
video.width = { min: 640, ideal: 1920 };
|
||||
video.height = { min: 400, ideal: 1080 };
|
||||
} else {
|
||||
video.width = { ideal: 640 };
|
||||
video.height = { ideal: 400 };
|
||||
}
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user