Update screenShareFixes.ts

This commit is contained in:
kittykel 2024-06-28 19:26:43 -07:00 committed by GitHub
parent 0e49e5e8f6
commit 13f220abf4
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,
frameRate: { min: frameRate, ideal: frameRate},
width: { min: 640, ideal: width, max: width },
height: { min: 480, ideal: height, max: height },
advanced: [{ width: width, height: height }],