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} +