Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.

...

This page describes the process involved to integrate and use Alexa Video Skill Kit (VSK) with RDK4 client devices (thunder plugin based implementation). The Video Skill API is are a set of APIs that enable control of video devices and streaming services using an Alexa device. With

With the Video Skill API, you can build skills that let customers control their entire video experience by voice. Customers can control video devices and consume video content without invoking a specific skill.

...

To create a video skill for the RDK device, we need to configure it through the Amazon Developer Console. After you've created We need to provide the skill , you provide skill information, configuration and information from developer account & the skill code hosted as an AWS Lambda function.

AWS Lambda is an Amazon Web Service offering that  that handles requests from the Video Skill API and communicates with a device or video streaming service.

To enable communication from your between Lambda function to your & client device, the cloud or service should support the OAuth 2.0 authorization code grant type. You will need information about the authentication endpoint, client ID, and client secret to complete the video skill registration.

...