Skip to content

Commit 2d39b3c

Browse files
committed
Update GleapScreenRecorder.js
1 parent 5d563bf commit 2d39b3c

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

src/GleapScreenRecorder.js

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -51,7 +51,7 @@ export class GleapScreenRecorder {
5151
this.rerender();
5252
return;
5353
}
54-
54+
5555
const max_width = 3072;
5656
const max_height = 1728;
5757

@@ -60,7 +60,7 @@ export class GleapScreenRecorder {
6060
video: {
6161
width: { ideal: Math.min(window.screen.width, max_width) },
6262
height: { ideal: Math.min(window.screen.height, max_height) },
63-
frameRate: { ideal: 7, max: 15 },
63+
frameRate: { ideal: 10, max: 24 },
6464
displaySurface: "monitor",
6565
}, audio: true
6666
})

0 commit comments

Comments
 (0)