### Feature Description I already add follow code: `try? AVAudioSession.sharedInstance().setCategory(AVAudioSession.Category.playback, mode: AVAudioSession.Mode.default, options: []) try? AVAudioSession.sharedInstance().setActive(true)` The avplayer sound listen great but ad's sound can't be listen~