Skip to content

Commit ff0d904

Browse files
Merge pull request #235308 from jpeng-ms/main
[Communication][Chat][UI Library] Added inline image references
2 parents 532493d + ef3f013 commit ff0d904

File tree

1 file changed

+15
-0
lines changed

1 file changed

+15
-0
lines changed

articles/communication-services/concepts/ui-library/includes/web-ui-use-cases.md

Lines changed: 15 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -43,6 +43,10 @@ Get more conceptual documentation, quickstarts, and examples in the [UI Library
4343
| ------------ | ------------------------------------------------ |
4444
| Chat types | Join a Microsoft Teams meeting chat |
4545
| | 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* |
4650
| Chat actions | Send a chat message |
4751
| | Receive a chat message |
4852
| Chat events | Show typing indicators |
@@ -51,6 +55,17 @@ Get more conceptual documentation, quickstarts, and examples in the [UI Library
5155
| | Show changes to the chat title |
5256
| Participants | Show a participant roster |
5357

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+
5469
## Supported identities
5570

5671
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

Comments
 (0)