Skip to content

Bot avatar image is not coming if latest webchat.js is used #3602

Closed

Description

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

Metadata

Assignees

Labels

Bot ServicesRequired for internal Azure reporting. Do not delete. Do not change color.bugIndicates an unexpected problem or an unintended behavior.customer-replied-toRequired for internal reporting. Do not delete.customer-reportedRequired for internal Azure reporting. Do not delete.

Type

No type

Projects

No projects

Milestone

Relationships

None yet

Development

No branches or pull requests

Issue actions