简体   繁体   中英

Skype channel for azure chatbot

when i use this code i got this errors img1 , img 2

<span class="skype-button bubble " data-bot-id="botid"></span>
<script src="https://swc.cdn.skype.com/sdk/v1/sdk.min.js"></script>

The same code seams to work in ie but not in any other browser. I also tested with SSL certification but no chance.

How i could solve this problem.

I'm using azure web app bot.

The web control feature you are using isn't actively supported, at this time. Additionally, it further limits some bot functionality. A better option is to utilize the BotFramework-WebChat library by appending a webchat into your page. This utilizes Direct Line which, among other things, allows you to send messages/events between your page and the bot.

Check out this SO response for a working example.

Hope of help!

The technical post webpages of this site follow the CC BY-SA 4.0 protocol. If you need to reprint, please indicate the site URL or the original address.Any question please contact:yoyou2525@163.com.

 
粤ICP备18138465号  © 2020-2024 STACKOOM.COM