1
votes

I would like to implement calls in my Skype C# bot but the examples offered don't exist or the ones that exist seem to be outdated.

I would like to know if there are any examples currently that I can deploy in Azure and how to do it in order to test it in Skype and develop it. Thanks.

Documentation: https://docs.microsoft.com/en-us/azure/bot-service/dotnet/bot-builder-dotnet-audio-calls?view=azure-bot-service-3.0

1

1 Answers

1
votes

Microsoft has a detailed tutorial on GitHub, and you can easily deploy it with Azure.

The tutorial touches on:

  • Fundamentals
  • Storage
  • Realtime Media
  • Cognitive Services.

For what you are looking for, you should be able to find under Realtime Media.