You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Echo Show or Echo Spot provides a touch Interface. If you stream an audio stream you can control the playback with touch events, e.g. "PlaybackController.NextCommandIssued" if you touch the next Button.
There is no way to listen for this, because this is no intent / audioPlayer / launch event. And if you don't handle this Amazon gives you a "INVALID_RESPONSE" response.
Is it possible to make a route like "AlexaRoute::playback()" for this purpose? Or maybe a general function to add Alexa routes for the future (addAlexaRoute() is protected).
Thanks
Jörg
The text was updated successfully, but these errors were encountered:
Echo Show or Echo Spot provides a touch Interface. If you stream an audio stream you can control the playback with touch events, e.g. "PlaybackController.NextCommandIssued" if you touch the next Button.
https://developer.amazon.com/de/docs/alexa-voice-service/playbackcontroller.html
There is no way to listen for this, because this is no intent / audioPlayer / launch event. And if you don't handle this Amazon gives you a "INVALID_RESPONSE" response.
Is it possible to make a route like "AlexaRoute::playback()" for this purpose? Or maybe a general function to add Alexa routes for the future (addAlexaRoute() is protected).
Thanks
Jörg
The text was updated successfully, but these errors were encountered: