mirror of
https://github.com/HumanAIGC-Engineering/gradio-webrtc.git
synced 2026-02-05 18:09:23 +08:00
everything working on spaces
This commit is contained in:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user