Skip to content
This repository has been archived by the owner on Sep 19, 2024. It is now read-only.

Commit

Permalink
Merge pull request #271 from WojciechBarczynski/fix_docs_of_layout
Browse files Browse the repository at this point in the history
Fix layouts docs
  • Loading branch information
Karolk99 authored May 24, 2023
2 parents 4ee4f15 + 40f38a8 commit ab0f451
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 0 deletions.
2 changes: 2 additions & 0 deletions lib/membrane_rtc_engine/endpoints/hls/desktop_layout.ex
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,7 @@ if Code.ensure_loaded?(Membrane.VideoCompositor) do
@moduledoc """
Module representing function for updating video layout for the HLS stream.
```ascii
1) Only main presenter
_ _ _ _ _ _ _ _ _
| |
Expand All @@ -28,6 +29,7 @@ if Code.ensure_loaded?(Membrane.VideoCompositor) do
| - - -|
| |
- - - - - - - - -
```
"""
@behaviour Membrane.RTC.Engine.Endpoint.HLS.CustomLayoutMaker

Expand Down
2 changes: 2 additions & 0 deletions lib/membrane_rtc_engine/endpoints/hls/mobile_layout.ex
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,7 @@ if Code.ensure_loaded?(Membrane.VideoCompositor) do
@moduledoc """
Module representing function for updating video layout for the HLS stream.
```ascii
1) Only main presenter
_ _ _ _
| |
Expand All @@ -28,6 +29,7 @@ if Code.ensure_loaded?(Membrane.VideoCompositor) do
- - - -
| | |
- - - -
```
"""

@behaviour Membrane.RTC.Engine.Endpoint.HLS.CustomLayoutMaker
Expand Down

0 comments on commit ab0f451

Please sign in to comment.