кодехс
This commit is contained in:
@@ -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 },
|
||||
},
|
||||
|
||||
Reference in New Issue
Block a user