добавил кодек
This commit is contained in:
@@ -13,8 +13,9 @@ export const useDevices = createGlobalState(() => {
|
||||
return navigator.mediaDevices.getDisplayMedia({
|
||||
audio: false,
|
||||
video: {
|
||||
height: { max: 1440 },
|
||||
displaySurface: 'monitor',
|
||||
frameRate: { max: fps },
|
||||
frameRate: { ideal: fps, max: fps },
|
||||
},
|
||||
})
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user