feat: update venmic (#230)

* feat: update venmic

* chore(deps): bump venmic
This commit is contained in:
Noah
2023-11-10 18:12:36 +01:00
committed by GitHub
parent b24535483e
commit a232af06ed
5 changed files with 15 additions and 12 deletions

View File

@@ -106,7 +106,7 @@ export function openScreenSharePicker(screens: Source[], skipPicker: boolean) {
if (v.audioSource === "Entire System") {
await VesktopNative.virtmic.startSystem();
} else {
await VesktopNative.virtmic.start(v.audioSource);
await VesktopNative.virtmic.start([v.audioSource]);
}
}
resolve(v);