-
Notifications
You must be signed in to change notification settings - Fork 1.6k
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Support avatar image #1456
Comments
[edited by @corinagum for text formatting] |
@hemachowdary @vmunnuru We have prioritized this work and will implement this feature in the next release of Web Chat. |
In the meanwhile, @vmunnuru solution is good. You might want to add |
The work is done in PR #1486. |
In the meantime, for those who wish to have separate images for both avatars, please use the following:
|
The PR is being merged and it will be resolved by |
Hi,
I have developed a bot in sdk4 using nodejs. I wanted to change the default look and feel of the bot. So I am using webchat customization referring to the sample
[here](https://github.com/Microsoft/BotFramework-WebChat/blob/master/SAMPLES.md)
. I am able to add initals to bot and user avatars using the below styling options.botAvatarInitials: 'BOT', userAvatarInitials: 'ME'
. How can I add an image instead of having initials. Does bot supports only the stylings mentioned here as of now?Also whenever you add some new functionality for styling please add comments.
The text was updated successfully, but these errors were encountered: