Merge branch 'livekit' into voip-team/rebased-multiSFU

This commit is contained in:
Robin
2025-10-22 23:28:26 -04:00
4 changed files with 130 additions and 13 deletions

View File

@@ -20,7 +20,7 @@ export function spotlightExpandedLayout(
): [SpotlightExpandedLayout, TileStore] {
const update = prevTiles.from(1);
update.registerSpotlight(media.spotlight, true);
if (media.pip !== undefined) update.registerGridTile(media.pip);
if (media.pip !== undefined) update.registerPipTile(media.pip);
const tiles = update.build();
return [