Skip to content

Commit

Permalink
Fix paella dual stream layout
Browse files Browse the repository at this point in the history
  • Loading branch information
owi92 committed Nov 7, 2023
1 parent 8b7a917 commit ed0254b
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion frontend/src/ui/player/Paella.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -223,6 +223,7 @@ const PAELLA_CONFIG = {
hideUITimer: 2000,
hideOnMouseLeave: true,
},
defaultLayout: "presenter-presentation",

plugins: {
"es.upv.paella.singleVideoDynamic": {
Expand All @@ -248,7 +249,7 @@ const PAELLA_CONFIG = {
},
],
},
"es.upv.paella.dualVideo": {
"es.upv.paella.dualVideoDynamic": {
enabled: true,
validContent: [
{
Expand Down

0 comments on commit ed0254b

Please sign in to comment.