Skip to content

Commit 93be80b

Browse files
author
Minnie Liu
committed
Fix images
1 parent 6c9c740 commit 93be80b

File tree

9 files changed

+5
-5
lines changed

9 files changed

+5
-5
lines changed
Binary file not shown.
16 KB
Loading
9.4 KB
Loading
6.08 KB
Loading
-1.03 MB
Loading
Binary file not shown.
7.62 KB
Loading

articles/communication-services/concepts/voice-video-calling/media-comp.md

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -52,15 +52,15 @@ This functionality is activated through REST APIs and open-source SDKs. Below is
5252
The presenter layout is one of several layouts available through the media composition capability:
5353

5454
- **Grid** - The grid layout shows the specified media sources in a standard grid format. You can specify the number of rows and columns in the grid as well as which media source should be placed in each slot of the grid.
55-
:::image type="content" source="../media/2x2-grid.png" alt-text="Diagram showing how example of grid layout":::
55+
:::image type="content" source="../media/two-by-two-grid-layout.png" alt-text="A diagram showing an example of the grid layout.":::
5656
- **Auto-Grid** - This layout automatically displays all the media sources in the scene in an optimized way. Unlike the grid layout, it does not allow for customizations on the number of rows and columns.
57-
:::image type="content" source="../media/autogrid.png" alt-text="Diagram showing how example of autogrid layout":::
57+
:::image type="content" source="../media/five-cell-auto-grid.png" alt-text="A diagram showing an example of the auto grid layout.":::
5858
- **Presentation** - The presentation layout features a fixed media source, the presenter, covering the majority of the scene. The other media sources are arranged in either a row or column in the remaining space of the scene.
59-
:::image type="content" source="../media/top-presentation.png" alt-text="Diagram showing how example of presentation layout":::
59+
:::image type="content" source="../media/top-presentation.png" alt-text="A diagram showing an example of the presentation layout.":::
6060
- **Presenter** - This is a picture-in-picture layout composed of two sources. One source is the background of the scene. This commonly represents the content being presented or the main presenter. The secondary source is cropped and positioned at a corner of the scene.
61-
:::image type="content" source="../media/topLeft-presenter.png" alt-text="Diagram showing how example of presenter layout":::
61+
:::image type="content" source="../media/top-left-presenter.png" alt-text="A diagram showing an example of the presenter layout.":::
6262
- **Custom** - You can customize the layout to fit your specific scenario. Media sources can have different sizes and be placed at any position on the scene.
63-
:::image type="content" source="../media/custom-2x2GridWithSingleCellOverlayed.png" alt-text="Diagram showing how example of custom layout":::
63+
:::image type="content" source="../media/custom-grid-with-single-cell-overlayed.png" alt-text="A diagram showing an example of the custom layout.":::
6464
<!----To try out media composition, check out following content:----->
6565

6666
<!---- [Quick Start - Applying Media Composition to a video call](../../quickstarts/media-composition/get-started-media-composition.md) ----->

0 commit comments

Comments
 (0)