кодехс

This commit is contained in:
2026-05-12 00:05:01 +06:00
parent dfb9941b86
commit 78135a4b36
4 changed files with 35 additions and 13 deletions

View File

@@ -13,7 +13,8 @@ export const useDevices = createGlobalState(() => {
return navigator.mediaDevices.getDisplayMedia({
audio: false,
video: {
height: { max: 1440 },
width: { max: 2560 },
height: { max: 1080 },
displaySurface: 'monitor',
frameRate: { ideal: fps, max: fps },
},