Bot Channel registration - unable to save the recorded video from skype to Azure storage account

  • Thread starter Thread starter Rajesh Nagendra
  • Start date Start date
R

Rajesh Nagendra

Guest
Hi there,

For the Microsoft Bot framework chatbot application that I am working on, I have configured the "Bot Channel Registration" and have hosted it on Azure.

One of the scenerio expects the user to record a video on skype and send it as an answer.
I have an Azure function that saves the recorded video from skype to the Azure Storage account.

The issue I am encountering is, When i record a video on skype, i get to see a skype video URL in below format.

https://smba.trafficmanager.net/api...adf7d75d0f15ecc97c58246cdb50fd/views/original

To gain access to the uploaded video from skype, I am providing appropriate bearer token along with the above mentioned URL but failing to get access to it.

Though the file that is uploaded from skype to the Queue (Azure function Queue triggers), the accessibility to this file is denied.

Below is the exception message:

An error occurred while sending the request. Unable to read data from the transport connection: An existing connection was forcibly closed by the remote host..

In short, when my chatbot is configured to a skype channel, and when I record a skype video and upload the video, it should save in the Azure storage account.

I updated all the references to .NET core 3.0.1 as on today. Looking forward for a desired approach to resolve this. :)

--Regards

Continue reading...
 
Back
Top