everything working on spaces

This commit is contained in:
freddyaboulton
2024-09-25 12:18:32 -04:00
parent 83be4aa3ea
commit 11c828edb5
17 changed files with 91 additions and 1157 deletions

View File

@@ -19,8 +19,7 @@
export let server: {
offer: (body: any) => Promise<any>;
};
let has_change_history = false;
export let rtc_configuration: Object;
const dispatch = createEventDispatcher<{
change: FileData | null;
@@ -46,6 +45,7 @@
<div data-testid="video" class="video-container">
<Webcam
{root}
{rtc_configuration}
{include_audio}
on:error
on:start_recording