Skip to content

Commit f562529

Browse files
committed
edit pass: communication-services-articles
1 parent fac90e5 commit f562529

File tree

3 files changed

+23
-23
lines changed

3 files changed

+23
-23
lines changed

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

Lines changed: 11 additions & 11 deletions
Original file line numberDiff line numberDiff line change
@@ -44,10 +44,10 @@ Get more conceptual documentation, quickstarts, and examples in the [UI Library
4444
| ------------ | ------------------------------------------------ | ------------------------------------------- |
4545
| Chat types | Join an Azure Communication Services chat thread. | Join a Microsoft Teams meeting chat. |
4646
| Chat actions | Send and receive text messages. | Send and receive text messages. |
47-
| | Send and receive rich text messages\*. | Send and receive rich text messages\*. |
47+
| | Send and receive rich text messages.\* | Send and receive rich text messages.\* |
4848
| | - | [Receive inline images](../../../tutorials/inline-image-tutorial-interop-chat.md). |
49-
| | [Send and receive file attachments](../../../tutorials/file-sharing-tutorial-acs-chat.md). | [Receive file attachments\*](../../../tutorials/file-sharing-tutorial-interop-chat.md). |
50-
| Chat events | Send and receive typing indicators. | Send and receive typing indicators\*\*. |
49+
| | [Send and receive file attachments](../../../tutorials/file-sharing-tutorial-acs-chat.md). | [Receive file attachments.\*](../../../tutorials/file-sharing-tutorial-interop-chat.md) |
50+
| Chat events | Send and receive typing indicators. | Send and receive typing indicators.\*\* |
5151
| | Send and receive read receipts. | Send and receive read receipts. |
5252
| | Show when a participant is added or removed. | Show when a participant is added or removed. |
5353
| Participants | Show a participant roster. | Show a participant roster. |
@@ -73,8 +73,8 @@ If you use UI components to deliver Teams interoperability experiences, begin by
7373
- [Lobby example](https://azure.github.io/communication-ui-library/?path=/story/examples-teams-interop--lobby): A sample lobby where a participant can wait to be admitted to a call.
7474
- [Compliance banner](https://azure.github.io/communication-ui-library/?path=/story/examples-teams-interop--compliance-banner): A sample banner that shows the user if the call is being recorded.
7575
- [Teams theme](https://azure.github.io/communication-ui-library/?path=/story/examples-themes--teams): A sample theme that makes UI Library elements look like Microsoft Teams.
76-
- [Image sharing\*](../../../tutorials/inline-image-tutorial-interop-chat.md): A sample that shows how an Azure Communication Service user can receive images sent by the Teams user.
77-
- [File sharing\*](../../../tutorials/file-sharing-tutorial-interop-chat.md): A sample that shows how an Azure Communication Service user can receive file attachments sent by the Teams user.
76+
- [Image sharing\*](../../../tutorials/inline-image-tutorial-interop-chat.md): A sample that shows how an Azure Communication Services user can receive images sent by the Teams user.
77+
- [File sharing\*](../../../tutorials/file-sharing-tutorial-interop-chat.md): A sample that shows how an Azure Communication Services user can receive file attachments sent by the Teams user.
7878

7979
## Customization
8080

@@ -100,9 +100,9 @@ The following table compares composites and UI components for observability use
100100

101101
| Use case | Composites | UI components |
102102
| ----------------------------------------- | ---------- | ------------- |
103-
| Access call and chat client state | X | X |
104-
| Access and handle client events | X | X |
105-
| Access and handle UI events | X | X |
103+
| Access call and chat client state. | X | X |
104+
| Access and handle client events. | X | X |
105+
| Access and handle UI events. | X | X |
106106

107107
## Recommended architecture
108108

@@ -125,11 +125,11 @@ The following table summarizes initialization and resource management functions
125125

126126
| SDK | Windows | macOS | Ubuntu | Linux | Android | iOS |
127127
| ------ | ------------------ | -------------------- | -------- | -------- | -------- | ---------- |
128-
| UI SDK | Chrome\*, Microsoft Edge | Chrome\*, Safari\*\* | Chrome\* | Chrome\* | Chrome\* | Safari\*\* |
128+
| UI SDK | Chrome,\* Microsoft Edge | Chrome,\* Safari\*\* | Chrome\* | Chrome\* | Chrome\* | Safari\*\* |
129129

130-
\* The current version of Chrome and the two preceding releases are supported.
130+
\*The current version of Chrome and the two preceding releases are supported.
131131

132-
\*\* Safari version 13.1 and later versions are supported. Outgoing video for Safari macOS isn't yet supported, but it's supported for iOS. Outgoing screen sharing is supported only on desktop iOS.
132+
\*\*Safari version 13.1 and later versions are supported. Outgoing video for Safari macOS isn't yet supported, but it's supported for iOS. Outgoing screen sharing is supported only on desktop iOS.
133133

134134
## Accessibility
135135

articles/communication-services/quickstarts/ui-library/get-started-chat-ui-library.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -37,7 +37,7 @@ Azure Communication Services UI Library renders a full chat experience right in
3737

3838
## Clean up resources
3939

40-
If you want to clean up and remove a Azure Communication Services subscription, you can delete the resource or resource group.
40+
If you want to clean up and remove an Azure Communication Services subscription, you can delete the resource or resource group.
4141

4242
Deleting the resource group also deletes any other resources associated with it.
4343

articles/communication-services/tutorials/inline-image-tutorial-interop-chat.md

Lines changed: 11 additions & 11 deletions
Original file line numberDiff line numberDiff line change
@@ -13,12 +13,12 @@ ms.subservice: chat
1313

1414
# Enable inline image by using UI Library in Teams Interoperability Chat
1515

16-
With Teams Interoperability Chat ("Interop Chat"), you can enable Azure Communication Service users to receive inline images sent by Teams users. When a rich text editor is enabled, Azure Communication Service users can send inline images to Teams users. To learn more, see [UI Library use cases](../concepts/ui-library/ui-library-use-cases.md).
16+
With Teams Interoperability Chat ("Interop Chat"), you can enable Azure Communication Services users to receive inline images sent by Teams users. When a rich text editor is enabled, Azure Communication Services users can send inline images to Teams users. To learn more, see [UI Library use cases](../concepts/ui-library/ui-library-use-cases.md).
1717

18-
The receiving inline image feature comes with the `CallWithChat` composite without extra setup. To enable the sending inline images feature, set `richTextEditor` to `true` under `CallWithChatCompositeOptions`.
18+
The feature in Azure Communication Services for receiving inline images comes with the `CallWithChat` composite without extra setup. To enable the feature in Azure Communication Services for sending inline images, set `richTextEditor` to `true` under `CallWithChatCompositeOptions`.
1919

2020
> [!IMPORTANT]
21-
> The sending inline image feature of Azure Communication Services is currently in preview.
21+
> The feature in Azure Communication Services for sending inline images is currently in preview.
2222
>
2323
> 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.
2424
>
@@ -34,15 +34,15 @@ Access the code for this tutorial on [GitHub](https://github.com/Azure-Samples/c
3434
- [Visual Studio Code](https://code.visualstudio.com/) on one of the [supported platforms](https://code.visualstudio.com/docs/supporting/requirements#_platforms).
3535
- [Node.js](https://nodejs.org/), Active Long-Term Support (LTS) and Maintenance LTS versions. Use the `node --version` command to check your version.
3636
- An active Azure Communication Services resource and connection string. For more information, see [Create an Azure Communication Services resource](../quickstarts/create-communication-resource.md).
37-
- Use the UI Library version [1.15.0](https://www.npmjs.com/package/@azure/communication-react/v/1.15.0) or the latest for receiving inline images. Use the UI Library version [1.19.0-beta.1](https://www.npmjs.com/package/@azure/communication-react/v/1.19.0-beta.1) or the latest beta version for sending inline images.
38-
- Have a Teams meeting created and the meeting link ready.
39-
- Be familiar with how [ChatWithChat composite](https://azure.github.io/communication-ui-library/?path=/docs/composites-call-with-chat-basicexample--basic-example) works.
37+
- UI Library version [1.15.0](https://www.npmjs.com/package/@azure/communication-react/v/1.15.0) or the latest version for receiving inline images. Use the UI Library version [1.19.0-beta.1](https://www.npmjs.com/package/@azure/communication-react/v/1.19.0-beta.1) or the latest beta version for sending inline images.
38+
- A Teams meeting created and the meeting link ready.
39+
- A familiarity with how [ChatWithChat composite](https://azure.github.io/communication-ui-library/?path=/docs/composites-call-with-chat-basicexample--basic-example) works.
4040

4141
## Background
4242

43-
First of all, Teams Interop Chat must be part of a Teams meeting currently. When the Teams user creates an online meeting, a chat thread is created and associated with the meeting. To enable the Azure Communication Service user to join the chat and start to send or receive messages, a meeting participant (a Teams user) must admit them to the call first. Otherwise, they don't have access to the chat.
43+
First of all, Teams Interop Chat must be part of a Teams meeting currently. When the Teams user creates an online meeting, a chat thread is created and associated with the meeting. To enable the Azure Communication Services user to join the chat and start to send or receive messages, a meeting participant (a Teams user) must admit them to the call first. Otherwise, they don't have access to the chat.
4444

45-
After the Azure Communication Service user is admitted to the call, they can start to chat with other participants on the call. In this tutorial, we're checking out how inline image works in Interop Chat.
45+
After the Azure Communication Services user is admitted to the call, they can start to chat with other participants on the call. In this tutorial, you learn how the feature for sending and receiving inline images works in Interop Chat.
4646

4747
## Overview
4848

@@ -97,9 +97,9 @@ Select the chat button located at the bottom of the pane to open the chat pane.
9797

9898
!["Screenshot that shows a Teams client sending two inline images."](./media/inline-image-tutorial-interop-chat-1.png "Screenshot that shows a Teams client sending two inline images.")
9999

100-
![Screenshot that shows Azure Communication Services UI Library receiving two inline images.](./media/inline-image-tutorial-interop-chat-2.png "Screenshot that shows Azure Communication Services UI Library receiving 2 inline images.")
100+
![Screenshot that shows Azure Communication Services UI Library receiving two inline images.](./media/inline-image-tutorial-interop-chat-2.png "Screenshot that shows Azure Communication Services UI Library receiving two inline images.")
101101

102-
When sending inline images is enabled, you should see something like the following screenshot.
102+
When the feature for sending inline images is enabled, you should see something like the following screenshot.
103103

104104
![Screenshot that shows Azure Communication Services UI Library sending two inline images and editing messages.](./media/inline-image-tutorial-interop-chat-3.png "Screenshot that shows Azure Communication Services UI Library sending two inline images and editing messages.")
105105

@@ -123,5 +123,5 @@ You might also want to:
123123
- [Create user access tokens](../quickstarts/identity/access-tokens.md)
124124
- [Learn about client and server architecture](../concepts/client-and-server-architecture.md)
125125
- [Learn about authentication](../concepts/authentication.md)
126-
- [Add file sharing with UI Library in Azure Communication Service Chat](./file-sharing-tutorial-acs-chat.md)
126+
- [Add file sharing with UI Library in Azure Communication Services Chat](./file-sharing-tutorial-acs-chat.md)
127127
- [Add file sharing with UI Library in Teams Interoperability Chat](./file-sharing-tutorial-interop-chat.md)

0 commit comments

Comments
 (0)