I'm facing an issue where I can't play an audio file stored in my project after receiving a push-to-talk notification. Strangely, I'm able to play the audio file by tapping on a button before receiving the push notification, but it doesn't work afterward without any error messages. I've ensured that I've set up everything correctly in my project's capabilities. Any insights on what might be causing this issue would be greatly appreciated.
I set everything in capabilities
Set permission in .plist
Request permission in app delegate
I make connection to the room when app becomes active and received succes
Then I setup .halfDuplex for this channel
In restoredChannelUUID I activate AVAudioSession
After sending the ppt push, I parse speaker and make it activeRemoteParticipant.
I see than delegate function channelManager didActivate
works good
Where I tried to play audio from my player
I see this prints in console, but no sound play