Skip to content

Commit

Permalink
fix(demos): screenrecorder: fix enableAudio flag
Browse files Browse the repository at this point in the history
  • Loading branch information
ThibaultBee committed Nov 13, 2024
1 parent 08b6933 commit ad9a5a4
Showing 1 changed file with 2 additions and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -138,7 +138,8 @@ class MainActivity : AppCompatActivity() {
{
binding.liveButton.isChecked = false
Log.i(TAG, "Service disconnected")
})
},
enableAudio = configuration.audio.enable)
}
}

Expand Down

0 comments on commit ad9a5a4

Please sign in to comment.