Change default screen-sharing quality to 720p 30 FPS (#665)

This commit is contained in:
Tiagoquix 2024-06-17 19:21:55 -03:00 committed by GitHub
parent 9554902704
commit 3fe2094814
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

View file

@ -661,8 +661,8 @@ function ModalComponent({
}) {
const [selected, setSelected] = useState<string | undefined>(skipPicker ? screens[0].id : void 0);
const [settings, setSettings] = useState<StreamSettings>({
resolution: "1080",
fps: "60",
resolution: "720",
fps: "30",
contentHint: "motion",
audio: true,
includeSources: "None"