Understand in which device the skill is in Alexa

amazon-alexa

#1

I’m implementing the video stream, but with the echo spot this works, meanwhile in the mobile app version it can’t work so I want to play another thing, is this possible? If yes, how?


#2

You could use this.$request.getDeviceName() or in your case this.hasVideoInterface()


#3

hasVideoInterface check if the video interface is available in the device or in the skill?


#4

On the device.