{getRoomName(room, $personByIdStore)}
{#each info as inf} {@const person = getPerson(inf, $personByIdStore)} {#if person}
{/if} {/each}
{#if joined && $isConnected}
{#if allowCam} {/if} {#if allowShare} {/if}
{/if} {#if (joined && !myRoom) || (!allowLeave && $myRequests.length === 0 && !myRoom)}
{#if allowLeave} {:else if $myRequests.length === 0 && !myRoom} {/if} {#if $location.path[2] !== loveId} {/if}
{/if}