Skip to content

Commit b4377e1

Browse files
authored
Update meeting-interop-features-file-attachment-javascript.md
1 parent efff337 commit b4377e1

File tree

1 file changed

+5
-5
lines changed

1 file changed

+5
-5
lines changed

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

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -219,11 +219,11 @@ Open your browser and navigate to `http://localhost:8080/`. Enter the meeting UR
219219

220220
Now let's send some file attachments from Teams client like this:
221221

222-
:::image type="content" source="../../media/meeting-interop-features-file-attachment-1.png" alt-text="A screenshot of Teams client shown a sent message with three file attachments.":::
222+
:::image type="content" source="./media/meeting-interop-features-file-attachment-1.png" alt-text="A screenshot of Teams client shown a sent message with three file attachments.":::
223223

224224
Then you should see the new message being rendered along with file attachments:
225225

226-
:::image type="content" source="../../media/meeting-interop-features-file-attachment-2.png" alt-text="A screenshot of sample app shown a received incoming message with three file attachments.":::
226+
:::image type="content" source="./media/meeting-interop-features-file-attachment-2.png" alt-text="A screenshot of sample app shown a received incoming message with three file attachments.":::
227227

228228

229229
## Handle image attachments
@@ -324,12 +324,12 @@ That's it! Now we have added image attachment support as well. Now let's run the
324324

325325
Now let's send some image attachments from Teams client like this:
326326

327-
:::image type="content" source="../../media/meeting-interop-features-file-attachment-3.png" alt-text="A screenshot of Teams client shown a send box with an image attachment uploaded.":::
327+
:::image type="content" source="./media/meeting-interop-features-file-attachment-3.png" alt-text="A screenshot of Teams client shown a send box with an image attachment uploaded.":::
328328

329329
Upon sending the image attachment, you notice that it becomes an inline image on the Teams client side:
330330

331-
:::image type="content" source="../../media/meeting-interop-features-file-attachment-4.png" alt-text="A screenshot of Teams client shown a message with the image attachment sent to the other participant.":::
331+
:::image type="content" source="./media/meeting-interop-features-file-attachment-4.png" alt-text="A screenshot of Teams client shown a message with the image attachment sent to the other participant.":::
332332

333333
Let's go back to our sample app, the same image should be rendered as well:
334334

335-
:::image type="content" source="../../media/meeting-interop-features-file-attachment-5.png" alt-text="A screenshot of sample app shown an incoming message with one inline image rendered.":::
335+
:::image type="content" source="./media/meeting-interop-features-file-attachment-5.png" alt-text="A screenshot of sample app shown an incoming message with one inline image rendered.":::

0 commit comments

Comments
 (0)