microsoft / BotBuilder-RealTimeMediaCalling

BotBuilder-RealTimeMediaCalling extends the BotBuilder to enable bots to engage in Skype audio-video calling. It provides real-time, programmable access to the voice, video, and screen sharing streams of a Skype call. The bot is a direct participant in a Skype 1:1 call.
MIT License
76 stars 36 forks source link

Microsoft.Rtc.Internal.Media assembly error #24

Open prabhakarreddy1234 opened 7 years ago

prabhakarreddy1234 commented 7 years ago

I am getting this weird error when i try to run the application.

image

I am using Windows 10, VS 2017, Microsoft.Skype.Bots.Media-1.5.0.1177-alpha, .Net 4.6.

ssulzer commented 7 years ago

The process hosting a real-time media bot built with the Microsoft.Skype.Bots.Media library must run in 64-bit mode. Furthermore, only the Azure "classic" Cloud Service and Azure Virtual Machine deployment models are supported. For Azure Cloud Service, we recommend the bot runs in an ASP.NET WebAPI-based Worker role.

prabhakarreddy1234 commented 7 years ago

I am running it locally with Visual Studio and compiling withx64 processor. Still the same issue. Is there any way we can test the bot locally ?

ssulzer commented 7 years ago

No, we currently don't have a way to run real-time media bots locally on a developer's machine for testing purposes. The real-time media bot must be deployed in Azure.

voicupul commented 6 years ago

Did anything changed since last year? Is it possible to run real time media bots locally?

vinaychandra commented 5 years ago

@voicupul, please take a look here