Skip to content

Commit

Permalink
fix: allow to record current tab (#1835)
Browse files Browse the repository at this point in the history
  • Loading branch information
KermanX committed Aug 23, 2024
1 parent c24980d commit 5161b93
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions packages/client/logic/recording.ts
Original file line number Diff line number Diff line change
Expand Up @@ -151,6 +151,7 @@ export function useRecording() {
cursor: 'motion',
resizeMode: 'crop-and-scale',
},
selfBrowserSurface: 'include',
})
streamCapture.value.addEventListener('inactive', stopRecording)

Expand Down

0 comments on commit 5161b93

Please sign in to comment.