Fix local streamable toggle highlighted
This commit is contained in:
parent
462cb53101
commit
4400c79b93
@ -15,7 +15,7 @@
|
||||
if (stream) {
|
||||
embedScreen = {
|
||||
type: "streamable",
|
||||
embed: stream as unknown as Streamable,
|
||||
embed: peer as unknown as Streamable,
|
||||
};
|
||||
}
|
||||
</script>
|
||||
|
@ -31,10 +31,10 @@
|
||||
<div class="rtc-error" />
|
||||
{/if}
|
||||
{#if $streamStore !== null}
|
||||
<!-- svelte-ignore a11y-media-has-caption -->
|
||||
<i class="container">
|
||||
<span style="background-color: {getColorByString(name)};">{name}</span>
|
||||
</i>
|
||||
<!-- svelte-ignore a11y-media-has-caption -->
|
||||
<video
|
||||
use:srcObject={$streamStore}
|
||||
autoplay
|
||||
|
Loading…
Reference in New Issue
Block a user