Skip to content

Commit abb166f

Browse files
authored
Update articles/communication-services/tutorials/chat-interop/meeting-interop-features-file-attachment.md
1 parent e019be6 commit abb166f

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

articles/communication-services/tutorials/chat-interop/meeting-interop-features-file-attachment.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -34,7 +34,7 @@ In addition to regular files (with `AttachmentType` of `file`), the Chat SDK als
3434

3535
Azure Communication Services users can add images via **Upload from this device**, which renders on the Teams side and Chat SDK returns such attachments as `image`. For images uploaded via **Attach cloud files** however, images are treated as regular files on the Teams side, so Chat SDK returns such attachments as `file`.
3636

37-
Also note that Azure Communication Services users can only upload files using drag-and-drop or via the attachment menu commands **Upload from this device** and **Attach cloud files**. Some messages with embedded media (such as video clips, audio messages, weather cards, and so on) are *adaptive card*, which currently isn't supported. For more information, see [Overview of adaptive cards for Microsoft Teams](/power-automate/overview-adaptive-cards.md)
37+
Also note that Azure Communication Services users can only upload files using drag-and-drop or via the attachment menu commands **Upload from this device** and **Attach cloud files**. Some messages with embedded media (such as video clips, audio messages, weather cards, and so on) are *adaptive card*, which currently isn't supported. For more information, see [Overview of adaptive cards for Microsoft Teams](/power-automate/overview-adaptive-cards)
3838

3939

4040
::: zone pivot="programming-language-javascript"

0 commit comments

Comments
 (0)