{#snippet videoTile(tile: Tile, layout: TileLayout)}
{#if tile.attachable} {:else}
{/if} {labelFor(tile.identity, tile.source)}{tile.isLocal ? " (you)" : ""} {#if tiles.length > 1} {@const pinned = $videoPrimaryTileKey === tileKey(tile)} {/if}
{/snippet} {#if showPanel && (showTileGrid || allowEmptyPanel)}
{#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 tiles as tile (tileKey(tile))} {@render videoTile(tile, "default")} {/each}
{:else}
{#each tiles as tile (tileKey(tile))} {@render videoTile(tile, "default")} {/each}
{/if} {:else}

No camera or screen share yet.

Use the camera or screen share control in the voice widget to share video.

{/if}
{/if}