I am developing an Amazon Alexa Skill.
The Skill has several commands (e.g. "give me a list of categories", "play the category [x]").
When the user executes the "play the category [x]" command, Alexa invokes the AudioPlayer interface to play streams (longer than 3-4 minutes) coming from an external streaming API service.
The problem is that while playing a stream, the user can invoke only the AudioPlayer-related commands and Alexa cannot accept anymore (probably because the session is closed?) the other Skills commands (e.g. "give me a list of categories").
I've already had a look at this thread, but I was wondering if in 2023 there could be a new solution/workaround.