Skip to content

Commit ba94c51

Browse files
authored
Update meeting-interop-features-inline-image-javascript.md
1 parent ec1572b commit ba94c51

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

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

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

10-
In this tutorial, you'll learn how to enable inline image support using the Azure Communication Services Chat SDK for JavaScript.
10+
In this tutorial, you learn how to enable inline image support using the Azure Communication Services Chat SDK for JavaScript.
1111

1212
## Sample Code
1313
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).
@@ -87,7 +87,7 @@ export interface ChatAttachment {
8787
}
8888
```
8989

90-
Now let's go back to the previous code to add some extra logic like the following:
90+
Now let's go back to the previous code to add some extra logic like the following code snippets:
9191

9292
```js
9393
chatClient.on("chatMessageReceived", (e) => {
@@ -312,13 +312,13 @@ npx webpack-dev-server --entry ./client.js --output bundle.js --debug --devtool
312312
## Demo
313313
Open your browser and navigate to `http://localhost:8080/`. Enter the meeting URL and the thread ID. Send some inline images from Teams client like this:
314314

315-
:::image type="content" source="../../media/meeting-interop-features-inline-3.png" alt-text="A screenshot of Teams client shown a sent message reads: Here are some ideas, let me know what you think! The message aslo contains two inline images of room interior mockups":::
315+
:::image type="content" source="../../media/meeting-interop-features-inline-3.png" alt-text="A screenshot of Teams client shown a sent message reads: Here are some ideas, let me know what you think! The message also contains two inline images of room interior mockups":::
316316

317317
Then you should see the new message being rendered along with preview images:
318318

319319
:::image type="content" source="../../media/meeting-interop-features-inline-1.png" alt-text="A screenshot of sample app shown an incoming message with inline images being presented":::
320320

321-
Upon clicking the preview image, an overlay would be shown with the full scale image sent by the Teams user:
321+
Upon clicking the preview image by the ACS user, an overlay would be shown with the full scale image sent by the Teams user:
322322

323323
:::image type="content" source="../../media/meeting-interop-features-inline-2.png" alt-text="A screenshot of sample app shown an overlay of a full scale image being presented":::
324324

0 commit comments

Comments
 (0)