Adding importance handling

This commit is contained in:
David Négrier 2021-06-14 17:59:50 +02:00
parent e7b0f859a5
commit ac7fa164b6
8 changed files with 48 additions and 11 deletions

View file

@ -45,7 +45,7 @@
{#if $streamStore === null}
<i style="background-color: {getColorByString(name)};">{name}</i>
{/if}
<video use:srcObject={$streamStore} autoplay playsinline></video>
<video use:srcObject={$streamStore} autoplay playsinline on:click={() => peer.importanceStore.toggle()}></video>
</div>
<style lang="scss">