{#snippet videoTile(tile: VideoTileData, layout: TileLayout)}
{#if tile.track} {:else}
{/if} {labelFor(tile.identity, tile.source)}{tile.isLocal ? " (you)" : ""} {#if videoTiles.length > 1} {@const pinned = $videoPrimaryTileKey === tileKey(tile)} {/if}
{/snippet} {#snippet videoPanelBody()} {#if showTileGrid} {#if useSpotlightLayout && primaryTile}
{@render videoTile(primaryTile, "spotlight")} {#if secondaryTiles.length > 0}
{#each secondaryTiles as tile (tileKey(tile))} {@render videoTile(tile, "strip")} {/each}
{/if}
{:else if useMultiGrid}
{#each videoTiles as tile (tileKey(tile))} {@render videoTile(tile, "default")} {/each}
{:else}
{#each videoTiles as tile (tileKey(tile))} {@render videoTile(tile, "default")} {/each}
{/if} {:else}

No camera or screen share yet.

Use the camera or screen share control to share video.

{/if} {/snippet} {#if showVideoContent}
{#if mobile}
{@render videoPanelBody()}
{:else} {@render videoPanelBody()} {/if}
{/if}