disableAudioTracksWhileInBackground

Disables the audio tracks when the app is backgrounded by calling Player.onStop or PlayerView.onStop. Audio tracks are re-enabled when the app is foregrounded by calling Player.onStart or PlayerView.onStart. This is a workaround that can be applied to prevent the player from crashing on devices that are known to not clean up audio resources properly when backgrounding the app.

Default is false.