RSATom opened a new issue #319: URL: https://github.com/apache/cordova-plugin-media/issues/319
According to [AVAudioPlayer docs](https://developer.apple.com/documentation/avfaudio/avaudioplayer/1386886-preparetoplay) `prepareToPlay` activates audio session (in plugin it happens (here)[https://github.com/apache/cordova-plugin-media/blob/master/src/ios/CDVSound.m#L357]). But plugin calls `setCategory` for `AVAudioSession` (a little bit later)[https://github.com/apache/cordova-plugin-media/blob/master/src/ios/CDVSound.m#L374] -- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use the URL above to go to the specific comment. To unsubscribe, e-mail: [email protected] For queries about this service, please contact Infrastructure at: [email protected] --------------------------------------------------------------------- To unsubscribe, e-mail: [email protected] For additional commands, e-mail: [email protected]
