Fix: iOS - audio does not work with headphones (#3284)

* Fix: Make AVAudioSession.Category.playAndRecord opt-in
* Fix: Call configureAudio when audioOutput is changed
* Update CHANGELOG.md
This commit is contained in:
Craig Martin
2023-10-09 16:27:29 -04:00
committed by GitHub
parent 1f0137608a
commit 0ad2e52499
3 changed files with 7 additions and 5 deletions

View File

@@ -1,6 +1,7 @@
## Changelog
## Next
- iOS: Fix audio session category when not using the audioOutput prop
- All: add built-in typescript support [#3266](https://github.com/react-native-video/react-native-video/pull/3266)
- iOS, Android: expose playback functions to ref [#3245](https://github.com/react-native-video/react-native-video/pull/3245)
- Windows: fix build error from over-specified SDK version [#3246](https://github.com/react-native-video/react-native-video/pull/3246)