fallback if avatar could not be loaded
This commit is contained in:
parent
ed8d6855b1
commit
a62cfe1cd8
3 changed files with 8 additions and 6 deletions
|
@ -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}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue