Closed
Description
openedon Nov 12, 2020
Bot avatar image used to appear till the version 4.11.0 is released.
Here is my code
const styleSet = window.WebChat.createStyleSet({
botAvatarImage: <<some image path>>,
botAvatarInitials: 'EO',
userAvatarImage: <<some image path>>,
userAvatarInitials: 'U',
bubbleBackground: 'rgba(220,220,220, .3)',
bubbleFromUserBackground: 'rgba(255, 255, 200,.3)',
});
In my html I have referred below uri:
https://cdn.botframework.com/botframework-webchat/latest/webchat.js
If I change it to https://cdn.botframework.com/botframework-webchat/4.10.1/webchat.js then avatar image is coming but when I changed the version to 4.11.0 or latest then images are not coming.
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment