fallback if avatar could not be loaded

This commit is contained in:
Hanusiak Piotr 2021-12-01 11:14:54 +01:00
parent ed8d6855b1
commit a62cfe1cd8
3 changed files with 8 additions and 6 deletions

View file

@ -30,7 +30,7 @@
{/if}
{#if !$constraintStore || $constraintStore.video === false}
<i style="background-color: {getColorByString(name)};">
<Woka userId={peer.userId}/>
<Woka userId={peer.userId} placeholderSrc={""}/>
</i>
{/if}
{#if $constraintStore && $constraintStore.audio === false}