Skip to content

Commit

Permalink
fix force shot error
Browse files Browse the repository at this point in the history
  • Loading branch information
tillderoquefeuil committed Feb 19, 2024
1 parent 033a55a commit 0103685
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/main/clients/AutocamClient.ts
Original file line number Diff line number Diff line change
Expand Up @@ -625,7 +625,7 @@ class Container {
this.focus = true
this.toUnfocus = false

if (!this.isShowingMic(params.micId)){
if (params.shotName || !this.isShowingMic(params.micId)){
this.logger.warn('FOCUS MODE (triggered)', params)
this.focusMode(params.micId, params.shotName, params.lastSpeakers)
}
Expand Down

0 comments on commit 0103685

Please sign in to comment.