Change default screen-sharing quality to 720p 30 FPS (#665)
This commit is contained in:
parent
9554902704
commit
3fe2094814
1 changed files with 2 additions and 2 deletions
|
@ -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"
|
||||
|
|
Loading…
Reference in a new issue