-
Notifications
You must be signed in to change notification settings - Fork 1.5k
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
Bot Framework Emulator - Audio card -image is not displaying. #3315
Comments
Thank you for the report, @rvinothrajendran Would you kindly link to the sample you're referring to, and provide some code that reproduces the issue? |
@v-kydela Kindly find the sample here : https://github.com/rvinothrajendran/BotTutorialSample/tree/master/Python_tutorial/18-AudioCard/audiocard |
@compulim - I have confirmed that audio card images do not render in Web Chat or Emulator, and it's not because of the SVG. JPG images also do not render. (This has nothing to do with the bot being written in Python, of course.) I will transfer this to you. |
@compulim : Any updates? |
@compulim are you able to take a look into this one? |
I believe this is a feature we missed. |
@v-kydela Web Chat is equipped to handle Audio Cards with images; however, DirectLineJs is not. microsoft/BotFramework-DirectLineJS#180 |
So to clarify, @tdurnford, Web Chat currently supports this with Bots connected via DirectLine? If that's the case, there's basically a lack of parity here between Emulator and Web Chat and the ask would be to implement images with audio cards in the Emulator? |
@tonyanziano Not quite. If Web Chat receives an Audio Card with an image, it will render the poster correctly. However, if the bot sends an Audio Card with an image and it is sent through DirectLine, DirectLine will remove the image. Web Chat/DirectLineJs and the Emulator current exhibit the same behavior. Additional ContextBotFramework-WebChat/packages/bundle/src/adaptiveCards/Attachment/AudioCardContent.js Line 21 in 1559ab5
|
I believe this is blocked by microsoft/BotFramework-DirectLineJS#180, confirm? |
@corinagum this is also related to microsoft/BotFramework-DirectLineJS#255. |
@compulim I see that microsoft/BotFramework-DirectLineJS#255 is scheduled to ship on R13. ASsuming that is the case, would this be also addressed in R13? |
Version
4.9.0
Describe the bug
Audio card -image is not displaying.
Steps to reproduce
Try the Audio Card sample with image.
Expected behavior
Image should be display
Screenshots
The text was updated successfully, but these errors were encountered: