From 4400c79b93814aa7013fd12001eb88e365a50808 Mon Sep 17 00:00:00 2001 From: Nolway Date: Mon, 31 Jan 2022 11:40:16 +0100 Subject: [PATCH 01/12] Fix local streamable toggle highlighted --- front/src/Components/Video/LocalStreamMediaBox.svelte | 2 +- front/src/Components/Video/ScreenSharingMediaBox.svelte | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/front/src/Components/Video/LocalStreamMediaBox.svelte b/front/src/Components/Video/LocalStreamMediaBox.svelte index 494ebfa9..a0b1e3ec 100644 --- a/front/src/Components/Video/LocalStreamMediaBox.svelte +++ b/front/src/Components/Video/LocalStreamMediaBox.svelte @@ -15,7 +15,7 @@ if (stream) { embedScreen = { type: "streamable", - embed: stream as unknown as Streamable, + embed: peer as unknown as Streamable, }; } diff --git a/front/src/Components/Video/ScreenSharingMediaBox.svelte b/front/src/Components/Video/ScreenSharingMediaBox.svelte index 9b27bc8d..d7609421 100644 --- a/front/src/Components/Video/ScreenSharingMediaBox.svelte +++ b/front/src/Components/Video/ScreenSharingMediaBox.svelte @@ -31,10 +31,10 @@
{/if} {#if $streamStore !== null} - {name} +