We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 5d563bf commit 2d39b3cCopy full SHA for 2d39b3c
src/GleapScreenRecorder.js
@@ -51,7 +51,7 @@ export class GleapScreenRecorder {
51
this.rerender();
52
return;
53
}
54
-
+
55
const max_width = 3072;
56
const max_height = 1728;
57
@@ -60,7 +60,7 @@ export class GleapScreenRecorder {
60
video: {
61
width: { ideal: Math.min(window.screen.width, max_width) },
62
height: { ideal: Math.min(window.screen.height, max_height) },
63
- frameRate: { ideal: 7, max: 15 },
+ frameRate: { ideal: 10, max: 24 },
64
displaySurface: "monitor",
65
}, audio: true
66
})
0 commit comments