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

Calling to bot - "you can not talk to the bot just yet..." #32

Open abramovi opened 6 years ago

abramovi commented 6 years ago

Hi

I follow all the instrucation and I deploy the Huebot sample

I have no issue with the deployment and I can see the worker running

I set the certificate (not a self sign one)

But when I call the bot I am getting - "you can not talk to the bot just yet...."

waboum commented 6 years ago

Hi,

Can you verify that you have updated the app.config with the right ids and secrets? Also can you please share logs? The sample bots are set to upload logs to the azure storage account you have configured.

Thanks.

waboum commented 6 years ago

Can you please share the appId you are configuring? We can take a look at the logs with that information.

Thanks

abramovi commented 6 years ago

Sure! 951c5335-d3b4-4933-b131-db6d7b2d85c6

waboum commented 6 years ago

Hi,

Thanks for sharing the app Id. It looks like you might have misconfigured the callback uri of your bot. Please try to modify it on the bot portal https://dev.botframework.com/, by editing the skype settings. More specifically, the calling webhook to: https://skype.impelo.io/api/calling/call

follow the comments in here: https://github.com/Microsoft/BotBuilder-RealTimeMediaCalling/blob/master/Samples/AudioVideoPlayerBot/FrontEnd/Http/RealTimeMediaCallingBotServiceSettings.cs

ssulzer commented 6 years ago

Also note that it may take an hour for configuration changes made via the Bot Framework portal to take effect.

abramovi commented 6 years ago

It works !! thank you!

pancongying commented 5 years ago

I also have this issue. Messaging works fine. When i call, i'm getting "you can not talk to the bot just yet...." Can anyone check the log for me? Thanks in advance appid: 9a8481d7-9330-4a46-83a6-16d1e28e6a99

Dhruv9995 commented 5 years ago

I am having a similar issue. Messaging is working perfectly yet, the calling is not activated. appid - 41fa983a-15f7-4dc4-acd4-364a7f74cd6f

evgeniy-glushin commented 4 years ago

@pancongying @Dhruv9995 Hi! Have you managed to fix this problem?