Skip to content

Commit ac66759

Browse files
authored
Update meeting-interop-features-inline-image-receiving-javascript.md
1 parent e9a6be0 commit ac66759

File tree

1 file changed

+5
-4
lines changed

1 file changed

+5
-4
lines changed

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

Lines changed: 5 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,8 @@ There are two parts in this tutorial, you learn what you need to do:
1717
- [when sending out an inline image](#handle-sending-inline-images-in-new-message-request)
1818

1919

20-
Note that the ability to send an inline image is currently available in public preview and it's only available for JavaScript only. And for receiving inline images, it's currently general available and available for both JavaScript and C# in a Teams interoperability chat.
20+
> [!NOTE]
21+
> The ability to send inline images is currently available in public preview and it's only available for JavaScript only. For receiving inline images, it's currently general available and available for both JavaScript and C# in a Teams interoperability chat.
2122
2223

2324
## Sample Code
@@ -457,16 +458,16 @@ npx webpack-dev-server --entry ./client.js --output bundle.js --debug --devtool
457458

458459
Open your browser and navigate to `http://localhost:8080/`. Noticing we have a new section in the send box to attach images:
459460

460-
:::image type="content" source="./media/meeting-interop-features-inline-5.png" alt-text="A screenshot of sample app with a newly add section to attach images":::
461+
:::image type="content" source="./media/meeting-interop-features-inline-5.png" alt-text="A screenshot of sample app with a newly add section to attach images.":::
461462

462463
Then we can select images we wanted to attach:
463464

464465
:::image type="content" source="./media/meeting-interop-features-inline-6.png" alt-text="A screenshot of a file picker that shows a list of images user can attach to their message.":::
465466

466-
:::image type="content" source="./media/meeting-interop-features-inline-7.png" alt-text="A screenshot of the sample app showing 2 images attached":::
467+
:::image type="content" source="./media/meeting-interop-features-inline-7.png" alt-text="A screenshot of the sample app showing 2 images attached.":::
467468

468469
The Teams user should now receive the image we just sent out when they click on send button:
469470

470-
:::image type="content" source="./media/meeting-interop-features-inline-8.png" alt-text="A screenshot of the sample app showing a sent message with 2 images embedded":::
471+
:::image type="content" source="./media/meeting-interop-features-inline-8.png" alt-text="A screenshot of the sample app showing a sent message with 2 images embedded.":::
471472

472473
:::image type="content" source="./media/meeting-interop-features-inline-9.png" alt-text="A screenshot of Teams client showing a received message with 2 image embedded.":::

0 commit comments

Comments
 (0)