Update screenShareFixes.ts

This commit is contained in:
kittykel 2024-06-28 23:59:42 -07:00 committed by GitHub
parent 0f91964fb2
commit 0515230dbe
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

View file

@ -36,7 +36,7 @@ if (isLinux) {
const constraints = {
...track.getConstraints(),
frameRate: { min: frameRate, ideal: frameRate},
frameRate: { min: frameRate, ideal: frameRate },
width: { min: 640, ideal: width, max: width },
height: { min: 480, ideal: height, max: height },
advanced: [{ width: width, height: height }],