Skip to content

Commit 0ab463c

Browse files
authored
Merge pull request #108602 from jpeng-ms/patch-1
[Communication][Chat] Removed Interop Section
2 parents a39fafa + 66d6f6f commit 0ab463c

File tree

1 file changed

+7
-7
lines changed

1 file changed

+7
-7
lines changed

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

Lines changed: 7 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -25,6 +25,7 @@ In this article, you will learn which capabilities are supported for Teams exter
2525
| | Prevent joining locked meeting | ✔️ |
2626
| | Honor assigned Teams meeting role | ✔️ |
2727
| Chat | Send and receive chat messages | ✔️ |
28+
| | [Receive inline images](../../../tutorials/chat-interop/meeting-interop-features-inline-image.md) | ✔️** |
2829
| | Send and receive Giphy ||
2930
| | Send messages with high priority ||
3031
| | Receive messages with high priority | ✔️ |
@@ -39,12 +40,6 @@ In this article, you will learn which capabilities are supported for Teams exter
3940
| | React to chat message ||
4041
| | [Data Loss Prevention (DLP)](/microsoft-365/compliance/dlp-microsoft-teams) | ✔️*|
4142
| | [Customer Managed Keys (CMK)](/microsoft-365/compliance/customer-key-overview) | ✔️ |
42-
| Chat with Teams Interoperability | Send and receive text messages | ✔️ |
43-
| | Send and receive rich text messages | ✔️ |
44-
| | Send and receive typing indicators | ✔️ |
45-
| | [Receive inline images](../../../tutorials/chat-interop/meeting-interop-features-inline-image.md) | ✔️** |
46-
| | Receive read receipts ||
47-
| | Receive shared files ||
4843
| Mid call control | Turn your video on/off | ✔️ |
4944
| | Mute/Unmute mic | ✔️ |
5045
| | Switch between cameras | ✔️ |
@@ -174,7 +169,12 @@ When Teams external users leave the meeting, or the meeting ends, they can no lo
174169

175170
*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)
176171

177-
**Inline images are images that are copied and pasted directly into the send box of Teams client. For images that were uploaded via "Upload from this device" menu or via drag-and-drop (such as dragging images directly to the send box) in the Teams, they are not supported at this moment. To copy an image, the Teams user can either use their operating system's context menu to copy the image file then paste it into the send box of their Teams client, or use keyboard shortcuts instead.
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.
178178

179179
**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/)
180180

0 commit comments

Comments
 (0)