Skip to content

Commit 762d477

Browse files
authored
Update meeting-interop-features-inline-image.md
1 parent a40e0cb commit 762d477

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

articles/communication-services/tutorials/chat-interop/meeting-interop-features-inline-image.md

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -16,6 +16,8 @@ ms.custom: mode-other
1616
## Add inline image support
1717
The Chat SDK is designed to work with Microsoft Teams seamlessly. Specifically, Chat SDK provides a solution to receive inline images sent by users from Microsoft Teams. Currently this feature is only available in the Chat SDK for JavaScript.
1818

19+
The Chat SDK for JavaScript provides `previewUrl` and `url` for each inline images. Please note that some GIF images fetched from `previewUrl` might not be animated and a static preview image would be returned instead. Developers are expected to use the `url` if the intention is to fetch animated images only.
20+
1921
[!INCLUDE [Public Preview Notice](../../includes/public-preview-include.md)]
2022

2123
[!INCLUDE [Teams Inline Image Interop with JavaScript SDK](./includes/meeting-interop-features-inline-image-javascript.md)]

0 commit comments

Comments
 (0)