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

HueBot : Error on incoming call #41

Open alexisconia opened 6 years ago

alexisconia commented 6 years ago

Hello,

I deployed the HueBot Sample on Azure with a cloud service. The bot's configuration seems to be ok because i can send a message, but when i try to call it i got : "you can not talk to the bot yet ...". With Remote debugger, the event "OnCallback" is raised but i received some errors in the logs :

Thanks