Skip to content

Commit b6e242f

Browse files
authored
Minor edits and internal link
1 parent e66b2e8 commit b6e242f

File tree

2 files changed

+8
-10
lines changed

2 files changed

+8
-10
lines changed

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

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@ ms.subservice: teams-interop
1212

1313
# Teams meeting capabilities for Teams external users
1414

15-
In this article, you will learn which capabilities are supported for Teams external users using Azure Communication Services SDKs in Teams meetings. You can find per platform availability in [voice and video calling capabilities](../../voice-video-calling/calling-sdk-features.md).
15+
This article describes which capabilities Azure Communication Services SDKs support for Teams external users in Teams meetings. For availability by platform, see [voice and video calling capabilities](../../voice-video-calling/calling-sdk-features.md).
1616

1717

1818
| Group of features | Capability | Supported |
@@ -170,11 +170,11 @@ In this article, you will learn which capabilities are supported for Teams exter
170170
| | [Teams Call Analytics](/MicrosoftTeams/use-call-analytics-to-troubleshoot-poor-call-quality) | ✔️ |
171171
| | [Teams real-time Analytics](/microsoftteams/use-real-time-telemetry-to-troubleshoot-poor-meeting-quality) ||
172172

173-
When Teams external users leave the meeting, or the meeting ends, they can no longer send or receive new chat messages and no longer have access to messages sent and received during the meeting.
173+
When Teams external users leave the meeting, or the meeting ends, they can no longer exchange new chat messages nor access messages sent and received during the meeting.
174174

175-
*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)
175+
\* Azure Communication Services provides developer tools to integrate Microsoft Teams Data Loss Prevention compatible with Microsoft Teams. For more information, see [how to implement Data Loss Prevention (DLP)](../../../how-tos/chat-sdk/data-loss-prevention.md)
176176

177-
**Inline image and file attachment support are available in the Chat SDK for JavaScript and C# only.
177+
\*\* Inline image and file attachment support are available in the Chat SDK for JavaScript and C# only.
178178

179179
## Server capabilities
180180

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

Lines changed: 4 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@ zone_pivot_groups: acs-interop-chat-tutorial-js-csharp
1414

1515
# Tutorial: Enable file attachment support in your Chat app
1616

17-
The Chat SDK is designed to work with Microsoft Teams seamlessly in the context of a meeting. File attachments can only be sent by a Teams user to an ACS user. Note that sending file attachments from Azure Communication Services user to Teams user isn't currently supported, see the current capabilities of [Teams Interop Chat](../../concepts/interop/guest/capabilities.md) for details.
17+
The Chat SDK works seamlessly with Microsoft Teams in the context of a meeting. File attachments can only be sent by a Teams user to an Azure Communication Services user. Note that sending file attachments from Azure Communication Services user to Teams user isn't currently supported, see the current capabilities of [Teams Interop Chat](../../concepts/interop/guest/capabilities.md) for details.
1818

1919
## Add file attachment support
2020

@@ -30,11 +30,11 @@ You should be aware of couple constraints that come with this feature:
3030
The Teams user should be made aware of that all other permissions (such as "People in your organization") aren't supported. The Teams user should double check if the default permission is supported after uploading the file on their Teams client.
3131
3. The direct download URL (`url`) isn't supported.
3232

33-
In addition to regular files (with `AttachmentType` of `file`), the Chat SDK also provides the `AttachmentType` of `image` for image attachments so that you can use it to mirror the behavior of how Microsoft Teams client converts image attachment to inline images at the UI layer. See section "Image Attachment Handling" for more info.
33+
In addition to regular files (with `AttachmentType` of `file`), the Chat SDK also provides the `AttachmentType` of `image`. Use it for image attachments that mirror the behavior of how Microsoft Teams client converts image attachment to inline images at the UI layer. For more informtaion, see [Handle image attachments](#handle-image-attachments).
3434

35-
Images added via "Upload from this device" renders on Teams side, and Chat SDK would be returning such attachments as `image`. For images uploaded via "Attach cloud files" however, they would be treated as regular files on the Teams side, and therefore Chat SDK would be returning such attachments as `file`.
35+
Images added via "Upload from this device" renders on 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 only files uploaded via "drag-and-drop" or via attachment menu of "Upload from this device" and "Attach cloud files" are supported. Some messages with embedded media (such as video clips, audio messages, weather cards, etc.) are adaptive card, which currently isn't supported.
37+
Also note that only files uploaded via drag-and-drop or via attachment menu of "Upload from this device" and "Attach cloud files" are supported. Some messages with embedded media (such as video clips, audio messages, weather cards, and so on) are adaptive card, which currently isn't supported.
3838

3939

4040
::: zone pivot="programming-language-javascript"
@@ -49,8 +49,6 @@ Also note that only files uploaded via "drag-and-drop" or via attachment menu of
4949

5050
## Next steps
5151

52-
For more information, see the following articles:
53-
5452
- Learn more about [how you can enable inline image support](./meeting-interop-features-inline-image.md)
5553
- Learn more about other [supported interoperability features](../../concepts/interop/guest/capabilities.md)
5654
- Check out our [chat hero sample](../../samples/chat-hero-sample.md)

0 commit comments

Comments
 (0)