apache / cordova-plugin-media

Apache Cordova Media Plugin
https://cordova.apache.org/
Apache License 2.0
390 stars 763 forks source link

Document preference value "KeepAVAudioSessionAlwaysActive" used in config.xml #363

Open jxxmin opened 1 year ago

jxxmin commented 1 year ago

Feature Request

Motivation Behind Feature

Saves many hours of debugging!

Feature Description

There must be a preference value set in the config.xml file in order to be able to switch to another audio track when playing music in the background on iOS. This should be written in the documentation of the plugin.

<platform name="ios"><preference name="KeepAVAudioSessionAlwaysActive" value="YES" /> ...