Skip to content

Commit c2faba4

Browse files
committed
edit pass: two-chat-sdk-tutorials
1 parent d740756 commit c2faba4

File tree

3 files changed

+17
-8
lines changed

3 files changed

+17
-8
lines changed

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

Lines changed: 7 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -9,8 +9,10 @@ ms.service: azure-communication-services
99

1010
This tutorial describes how to enable file attachment support by using the Azure Communication Services Chat SDK for C#.
1111

12-
## Sample code
13-
Find the finalized code for this tutorial at [GitHub](https://github.com/Azure-Samples/communication-services-dotnet-quickstarts/tree/main/ChatTeamsInteropQuickStart).
12+
In this tutorial, you learn how to:
13+
14+
- Handle file attachments.
15+
- Handle image attachments.
1416

1517
## Prerequisites
1618

@@ -19,6 +21,9 @@ Find the finalized code for this tutorial at [GitHub](https://github.com/Azure-S
1921
* Set up a Teams meeting by using your business account and have the meeting URL ready.
2022
* Download the Chat SDK for C# (@azure/communication-chat) 1.3.0 or the latest. For more information, see [Azure Communication Chat client library](https://www.nuget.org/packages/Azure.Communication.Chat).
2123

24+
## Sample code
25+
Find the finalized code for this tutorial at [GitHub](https://github.com/Azure-Samples/communication-services-dotnet-quickstarts/tree/main/ChatTeamsInteropQuickStart).
26+
2227
## Handle file attachments
2328

2429
The Chat SDK for C# returns a `ChatAttachmentType` property of `file` for regular file attachments and `image` for inline images.

articles/communication-services/tutorials/chat-interop/includes/meeting-interop-features-inline-image-receiving-csharp.md

Lines changed: 6 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,11 @@ ms.topic: include
77
ms.service: azure-communication-services
88
---
99

10-
In this tutorial, you learn how to enable inline image support by using the Azure Communication Services Chat SDK for C#.
10+
This tutorial shows you how to enable inline image support by using the Azure Communication Services Chat SDK for C#.
11+
12+
In this tutorial, you learn how to:
13+
14+
- Handle inline images for new messages.
1115

1216
## Prerequisites
1317

@@ -122,7 +126,7 @@ You also include a list of the attachment URIs to be shown along with the messag
122126

123127
## Demo
124128

125-
* Run the application from the integrated development environment.
129+
* Run the application from the integrated development environment (IDE).
126130
* Enter a Teams meeting link.
127131
* Join the meeting.
128132
* Admit the user on the Teams side.

articles/communication-services/tutorials/chat-interop/includes/meeting-interop-features-inline-image-receiving-javascript.md

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -24,17 +24,17 @@ In this tutorial, you learn what you need to do when you:
2424
> [!NOTE]
2525
> The ability to send inline images is currently available in public preview. It's only available for JavaScript. For receiving inline images, it's currently generally available. It's available for both JavaScript and C# in a Teams interoperability chat.
2626
27-
## Sample code
28-
29-
Find the finalized code of this tutorial on [GitHub](https://github.com/Azure-Samples/communication-services-javascript-quickstarts/tree/main/join-chat-to-teams-meeting).
30-
3127
## Prerequisites
3228

3329
* Review the quickstart [Join your Chat app to a Teams meeting](../../../quickstarts/chat/meeting-interop.md).
3430
* Create an Azure Communication Services resource. For more information, see [Create an Azure Communication Services resource](../../../quickstarts/create-communication-resource.md). You need to *record your connection string* for this tutorial.
3531
* Set up a Teams meeting by using your business account and have the meeting URL ready.
3632
* Use the Chat SDK for JavaScript (@azure/communication-chat) 1.4.0 or latest. For more information, see [Azure Communication Chat client library for JavaScript](https://www.npmjs.com/package/@azure/communication-chat).
3733

34+
## Sample code
35+
36+
Find the finalized code of this tutorial on [GitHub](https://github.com/Azure-Samples/communication-services-javascript-quickstarts/tree/main/join-chat-to-teams-meeting).
37+
3838
## Handle received inline images in a new message event
3939

4040
In this section, you learn how you can render inline images embedded in the message content of a new message received event.

0 commit comments

Comments
 (0)