{#if $statusStore === 'connecting'}
{/if}
{#if $statusStore === 'error'}
{/if}
{#if !$constraintStore || $constraintStore.video === false}
{name}
{/if}
{#if $constraintStore && $constraintStore.audio === false}
{/if}
{#if $constraintStore && $constraintStore.audio !== false}
{/if}