79246779

Date: 2024-12-03 08:25:11
Score: 0.5
Natty:
Report link

It looks like Flutter's AudioSessionConfiguration doesn't map exactly on to iOS's AVAudioSession categories, however if you need to ignore the mute switch and integrate with the media controls, you'd use the playback category, which probably correspond's to Flutter's AudioSessionConfiguration.playback(), so why not use that?

Reasons:
  • Low length (0.5):
  • Has code block (-0.5):
  • Ends in question mark (2):
  • Single line (0.5):
  • High reputation (-2):
Posted by: Gordon Childs