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

Node.js support #35

Closed e-compton closed 6 years ago

e-compton commented 6 years ago

Hi,

Is node.js support scheduled for this service? We're hoping to add Skype calling to our application, but our chatbots are running on node.js servers.

ssulzer commented 6 years ago

Hi @e-compton

node.js is supported for IVR calling bots which participate in Skype voice calls: https://docs.microsoft.com/en-us/bot-framework/nodejs/bot-builder-nodejs-conduct-audio-calls.

However, node.js will not be supported for real-time media bots using the Microsoft.Skype.Bots.Media API. Development of bots using the audio/video real-time media API requires C# + .NET Framework running on Windows Server.

Thanks, Stephen Sulzer [MSFT]