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
| Chat types | Join a Microsoft Teams meeting chat |
45
45
|| Join an Azure Communication Services chat thread |
46
+
| Teams interoperability | Send and receive chat messages |
47
+
|| Send typing indicators |
48
+
|| Receive rich text messages |
49
+
|| Receive inline images*|
46
50
| Chat actions | Send a chat message |
47
51
|| Receive a chat message |
48
52
| Chat events | Show typing indicators |
@@ -51,6 +55,17 @@ Get more conceptual documentation, quickstarts, and examples in the [UI Library
51
55
|| Show changes to the chat title |
52
56
| Participants | Show a participant roster |
53
57
58
+
*Microsoft Teams allows users to share images by:
59
+
- Copying & paste into the box at the bottom of the chat - inline images.
60
+
- Drag & drop into the chat area.
61
+
- Upload an image as a file via the "Upload from this device" button.
62
+
63
+
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. To learn more about this, please refer to the storybook page for [Teams Inline Image](https://azure.github.io/communication-ui-library/?path=/docs/examples-teamsinterop-inlineimage--inline-image#inline-images)
64
+
65
+
*Certain GIF encodings may not be supported by the UI library at this time, the user might receive a static image instead and this is a known issue.
66
+
67
+
*Inline image support is currently in public preview. 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/)
68
+
54
69
## Supported identities
55
70
56
71
To initialize a composite, and authenticate to the service, a user must have an Azure Communication Services identity. For more information, see [Authenticate to Azure Communication Services](../../authentication.md) and [Quickstart: Create and manage access tokens](../../../quickstarts/identity/access-tokens.md).
0 commit comments