Thank you for your answer.
I have tired to create a clear app just with this functionality.
And use your recommendation with readyToPlay.
It plays if I use actionv from simple button (before I send push to talk notification).
But it doesn't play after push to talk notification
Post
Replies
Boosts
Views
Activity
Small update
If I use GlobalPlayer.shared.player = try AVAudioPlayer(contentsOf: audioFilename) where audioFilename is link to local file - everything good.
But GlobalPlayer.shared.player = AVPlayer(url: url!) where url is link to stream - it doesn't work
How can I fix it for straming link?