Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

PlaybackController Events #52

Open
Banquo1 opened this issue Apr 5, 2018 · 0 comments
Open

PlaybackController Events #52

Banquo1 opened this issue Apr 5, 2018 · 0 comments

Comments

@Banquo1
Copy link

Banquo1 commented Apr 5, 2018

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

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant