You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: articles/communication-services/concepts/interop/guest/capabilities.md
+4-4Lines changed: 4 additions & 4 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -12,7 +12,7 @@ ms.subservice: teams-interop
12
12
13
13
# Teams meeting capabilities for Teams external users
14
14
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).
16
16
17
17
18
18
| Group of features | Capability | Supported |
@@ -170,11 +170,11 @@ In this article, you will learn which capabilities are supported for Teams exter
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.
174
174
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)
176
176
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.
# Tutorial: Enable file attachment support in your Chat app
16
16
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.
18
18
19
19
## Add file attachment support
20
20
@@ -30,11 +30,11 @@ You should be aware of couple constraints that come with this feature:
30
30
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.
31
31
3. The direct download URL (`url`) isn't supported.
32
32
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).
34
34
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`.
36
36
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.
38
38
39
39
40
40
::: zone pivot="programming-language-javascript"
@@ -49,8 +49,6 @@ Also note that only files uploaded via "drag-and-drop" or via attachment menu of
49
49
50
50
## Next steps
51
51
52
-
For more information, see the following articles:
53
-
54
52
- Learn more about [how you can enable inline image support](./meeting-interop-features-inline-image.md)
55
53
- Learn more about other [supported interoperability features](../../concepts/interop/guest/capabilities.md)
56
54
- Check out our [chat hero sample](../../samples/chat-hero-sample.md)
0 commit comments