Skip to content

Commit 7d65452

Browse files
authored
Merge pull request #238460 from jpeng-ms/file-sharing-doc-update
[ACS][Chat SDK] Added File Attachment Docs
2 parents 77280f8 + d0e10e0 commit 7d65452

14 files changed

+395
-14
lines changed

articles/communication-services/concepts/interop/guest/capabilities.md

Lines changed: 4 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -26,6 +26,9 @@ In this article, you will learn which capabilities are supported for Teams exter
2626
| | Honor assigned Teams meeting role | ✔️ |
2727
| Chat | Send and receive chat messages | ✔️ |
2828
| | [Receive inline images](../../../tutorials/chat-interop/meeting-interop-features-inline-image.md) | ✔️** |
29+
| | Send inline images ||
30+
| | [Receive file attachments](../../../tutorials/chat-interop/meeting-interop-features-file-attachment.md) | ✔️** |
31+
| | Send file attachments ||
2932
| | Send and receive Giphy ||
3033
| | Send messages with high priority ||
3134
| | Receive messages with high priority | ✔️ |
@@ -35,7 +38,6 @@ In this article, you will learn which capabilities are supported for Teams exter
3538
| | Send and receive Teams messaging extensions ||
3639
| | Use typing indicators | ✔️ |
3740
| | Read receipt ||
38-
| | File sharing ||
3941
| | Reply to specific chat message ||
4042
| | React to chat message ||
4143
| | [Data Loss Prevention (DLP)](/microsoft-365/compliance/dlp-microsoft-teams) | ✔️*|
@@ -169,14 +171,7 @@ When Teams external users leave the meeting, or the meeting ends, they can no lo
169171

170172
*Azure Communication Services provides developers tools to integrate Microsoft Teams Data Loss Prevention that is compatible with Microsoft Teams. For more information, go to [how to implement Data Loss Prevention (DLP)](../../../how-tos/chat-sdk/data-loss-prevention.md)
171173

172-
**Microsoft Teams allows users to share images by:
173-
- Copying & paste into the box at the bottom of the chat - inline images.
174-
- Drag & drop into the chat area.
175-
- Upload an image as a file via the "Upload from this device" button.
176-
177-
Azure Communication Services currently support only option one for copying and pasting the image. Users can achieve it using keyboard shortcuts or the operating system's context menu options for copy and paste.
178-
179-
**Inline image support is currently in public preview and is available in the Chat SDK for JavaScript only. Preview APIs and SDKs are provided without a service-level agreement. We recommend that you don't use them for production workloads. Some features might not be supported, or they might have constrained capabilities. For more information, review [Supplemental Terms of Use for Microsoft Azure Previews.](https://azure.microsoft.com/support/legal/preview-supplemental-terms/)
174+
**Inline image and file attachment support are currently in public preview and are available in the Chat SDK for JavaScript only. Preview APIs and SDKs are provided without a service-level agreement. We recommend that you don't use them for production workloads. Some features might not be supported, or they might have constrained capabilities. For more information, review [Supplemental Terms of Use for Microsoft Azure Previews.](https://azure.microsoft.com/support/legal/preview-supplemental-terms/)
180175

181176
## Server capabilities
182177

articles/communication-services/toc.yml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -359,6 +359,8 @@ items:
359359
items:
360360
- name: Enable inline image interoperability in your chat app
361361
href: tutorials/chat-interop/meeting-interop-features-inline-image.md
362+
- name: Enable file attachment interoperability in your chat app
363+
href: tutorials/chat-interop/meeting-interop-features-file-attachment.md
362364
- name: Mobile integrations
363365
items:
364366
- name: Enable push notifications in your chat app
Loading
Loading
Loading
Loading
Loading

0 commit comments

Comments
 (0)