Skip to content

Commit

Permalink
fix(desktop): mouse cannot be displayed during screen sharing (#1199)
Browse files Browse the repository at this point in the history
  • Loading branch information
BlackHole1 committed Dec 10, 2021
1 parent cf22c0c commit 8f46b28
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion desktop/renderer-app/src/api-middleware/share-screen.ts
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,7 @@ export class RTCShareScreen {
height: 0,
bitrate: 500,
frameRate: 5,
captureMouseCursor: false,
captureMouseCursor: true,
windowFocus: false,
excludeWindowList: [],
excludeWindowCount: 0,
Expand Down

0 comments on commit 8f46b28

Please sign in to comment.