BotFramework-WebChat: Bot not loading in Modern SharePoint online IE browser

I verified #1824. I dint find any solution for this. I’m using /webchat-es5.js/ CDN. Is there any solution for Bot not loading in IE but the same is getting loaded in Chrome and Edge.

window.WebChat.renderWebChat({ directLine: window.WebChat.createDirectLine({ token: '---------' }), userID: ID, username:Uer', locale: 'en-US', styleOptions:styleOptions, store:store, webSpeechPonyfillFactory: window.WebChat.createBrowserWebSpeechPonyfillFactory() }, document.getElementById('webchat'));

Getting Below console errors: Unable to get property ‘createStore’ of undefined or null reference Unable to get property ‘renderWebChat’ of undefined or null reference

I tried to Load webchat cdn through console also but not working.

Let me know is there any solution for this. Thanks in advance.

About this issue

  • Original URL
  • State: closed
  • Created 5 years ago
  • Comments: 19 (8 by maintainers)

Most upvoted comments

@dmvtech , yes we build a spfx package but its not purely done in react we used webchat-es5.js .

Atleast, i should see window.Webchat, window.renderWebChat in IE browser console but Chrome i can see.