[camerax] enableAudio
has no effect on video recording, can not mute video recording if microphone permission granted
#168551
Labels
found in release: 3.29
Found to occur in 3.29
found in release: 3.32
Found to occur in 3.32
has reproducible steps
The issue has been confirmed reproducible and is ready to work on
p: camera
The camera plugin
P1
High-priority issues at the top of the work list
platform-android
Android applications specifically
team-android
Owned by Android platform team
triaged-android
Triaged by Android platform team
Uh oh!
There was an error while loading. Please reload this page.
Steps to reproduce
enableAudio
in example has no effect, as its value does not get passed toCameraController's
MediaSettings
. Default isfalse
.So it always records audio when mic enabled, even though it is set to
false
. I tested on Android.Expected results
Should not record audio if
enableAudio
is set to falseActual results
Records microphone audio
Code sample
Code sample
[Paste your code here]
Screenshots or Video
Screenshots / Video demonstration
[Upload media here]
Logs
Logs
[Paste your logs here]
Flutter Doctor output
Doctor output
The text was updated successfully, but these errors were encountered: