Skip to content

Commit

Permalink
perf(renderer-app): improve clarity of screen share on desktop (#1223)
Browse files Browse the repository at this point in the history
  • Loading branch information
BlackHole1 committed Dec 20, 2021
1 parent 3e0d33f commit bc73aea
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions desktop/renderer-app/src/api-middleware/share-screen.ts
Original file line number Diff line number Diff line change
Expand Up @@ -26,8 +26,8 @@ export class RTCShareScreen {
const videoSourceParam = {
width: 0,
height: 0,
bitrate: 500,
frameRate: 5,
bitrate: 0,
frameRate: 15,
captureMouseCursor: true,
windowFocus: false,
excludeWindowList: [],
Expand Down

0 comments on commit bc73aea

Please sign in to comment.