I'm using CloudCam to set up basic video conferencing. The video works great and I'd like to take advantage of the 'Alexa, show me <camera-name>' on my Cube to start the video stream, but also hit an API endpoint before the video stream starts. I'm setting up a Cisco audio call for higher quality audio stream while the video stream is in the background.
How can I either modify the code that executes with the 'Alexa, show me <camera-name>' command, or execute the same behavior in a custom skill which would enable me to execute my REST call before the stream is instantiated?