Ismael_Fdz
Ismael_Fdz

Reputation: 19

Conduct audio calls with Skype bot

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://learn.microsoft.com/en-us/azure/bot-service/dotnet/bot-builder-dotnet-audio-calls?view=azure-bot-service-3.0

Upvotes: 1

Views: 151

Answers (1)

vanillapenguin
vanillapenguin

Reputation: 11

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.

Upvotes: 1

Related Questions