Audio in only (#15)

* Audio + Video / test Audio

* Add code

* Fix demo

* support additional inputs

* Add code

* Add code
This commit is contained in:
Freddy Boulton
2024-10-30 13:08:09 -04:00
committed by GitHub
parent 2068b91854
commit 3bf4a437fb
29 changed files with 1613 additions and 416 deletions

View File

@@ -21,7 +21,8 @@
};
export let rtc_configuration: Object;
export let track_constraints: MediaTrackConstraints = {};
export let on_change_cb: () => void;
export let mode: "send" | "send-receive";
export let on_change_cb: (msg: "change" | "tick") => void;
const dispatch = createEventDispatcher<{
change: FileData | null;
@@ -51,6 +52,7 @@
{include_audio}
{time_limit}
{track_constraints}
{mode}
{on_change_cb}
on:error
on:start_recording