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

Unable to call Hue Bot #47

Closed suchism closed 5 years ago

suchism commented 5 years ago

I have deployed the HueBot and added to my Skype contacts , but when I am trying to call the Bot , it says "you can't talk to the bot just yet" . On remote debugging , I am seeing var response = await RealTimeMediaCalling.SendAsync(request, RealTimeMediaCallRequestType.IncomingCall).ConfigureAwait(false);

the above response is returned as 400 Bad Request . What could be the issue ? Bot Id : d34db906-1778-44fd-ac47-8277459c2d0c

I have verified all the trouble shoot steps provided in the earlier posts . The messagecontroller returns HttpStatusCode.Accepted.

suchism commented 5 years ago

finally I was able to sort it out .

RoundingError commented 5 years ago

Did you find out what was causing this for you? I seem like I'm having a similar problem, but haven't figured it out yet.