Skip to content

Commit f6ca593

Browse files
committed
Edit
minor edit
1 parent abb166f commit f6ca593

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

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

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -34,8 +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)
38-
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**. Certain types of messages with embedded media (such as video clips, audio messages, and weather cards) aren't currently supported.
3938

4039
::: zone pivot="programming-language-javascript"
4140
[!INCLUDE [Teams File Attachment Interop with JavaScript SDK](./includes/meeting-interop-features-file-attachment-javascript.md)]

0 commit comments

Comments
 (0)