I am developing actions for google home. I have developed music actions and the songs are playing fine in google-home. But how to get callbacks for pause, resume, next, previous commands to your webhook. When pause/resume command is called google handles itself.I am not getting any callbacks. Is there any way to get callbacks for these commands?
Asked
Active
Viewed 196 times
0
-
this is a duplicate, refer to https://stackoverflow.com/questions/52669444/is-there-a-way-to-get-media-callbacks-following-a-mediaresponse – Ari Oct 08 '18 at 17:38
-
@Ari There was no solution for the problem in the link. Did you find any solution for this? – Rajeev Shetty Oct 10 '18 at 04:21
-
there is no solution in that answer but at least there is clarity as to what is not supported coming from their team. Also, look at the issue here https://github.com/actions-on-google/actions-on-google-nodejs/issues/146 – Ari Oct 10 '18 at 14:26