You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: articles/communication-services/concepts/voice-video-calling/media-comp.md
+6-6Lines changed: 6 additions & 6 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -52,12 +52,12 @@ This functionality is activated through REST APIs and open-source SDKs. Below is
52
52
The presenter layout is one of several layouts available through the media composition capability:
53
53
54
54
-**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 custom layout":::
56
-
-**Auto-Grid** - This layout will automatically display all the 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 custom layout":::
58
-
-**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 custom layout":::
60
-
-**Presenter** - This is a picture-in-picture layout composed of two sources. One source is the background of the scene. This represents the content being presented or the main presenter. The secondary source is cropped or resized and positioned at a corner of the scene.
55
+
:::image type="content" source="../media/2x2-grid.png" alt-text="Diagram showing how example of grid layout":::
56
+
-**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":::
58
+
-**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":::
60
+
-**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
61
:::image type="content" source="../media/topLeft-presenter.png" alt-text="Diagram showing how example of presenter layout":::
62
62
-**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
63
:::image type="content" source="../media/custom-2x2GridWithSingleCellOverlayed.png" alt-text="Diagram showing how example of custom layout":::
0 commit comments