Skip to content

Commit

Permalink
fix: 🔧 Camera recording and screen off configuration conflict
Browse files Browse the repository at this point in the history
  • Loading branch information
viarotel committed Oct 29, 2024
1 parent dfb1c38 commit 4508758
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@ const recordModel = {
extname: config => config['--audio-record-format'] || 'opus',
},
camera: {
excludes: ['--video-source'],
excludes: ['--video-source', '--turn-screen-off'],
commands: ['--video-source=camera'],
extname: config => config['--record-format'] || 'mp4',
},
Expand Down

0 comments on commit 4508758

Please sign in to comment.