From b0b9860f68b0a151841d0c145a11ea39c11fa66a Mon Sep 17 00:00:00 2001 From: Kristóf Marussy Date: Wed, 3 Jan 2024 03:46:28 +0100 Subject: Rudimentary DBus toggle-to-talk support (#1507) Adds a ToggleToTalk method to the DBus interface to unmute/mute the microphone in the active service if the recipe supports it. We will need to add support for this feature in recipes. --- docs/dbus/org.ferdium.Ferdium.xml | 7 +++++++ src/lib/dbus/Ferdium.ts | 8 ++++++++ src/models/Service.ts | 4 ++++ src/stores/ServicesStore.ts | 6 ++++++ src/webview/lib/RecipeWebview.ts | 6 ++++++ src/webview/recipe.ts | 5 +++++ 6 files changed, 36 insertions(+) diff --git a/docs/dbus/org.ferdium.Ferdium.xml b/docs/dbus/org.ferdium.Ferdium.xml index 8c66a9e21..0ee395328 100644 --- a/docs/dbus/org.ferdium.Ferdium.xml +++ b/docs/dbus/org.ferdium.Ferdium.xml @@ -37,6 +37,13 @@ Calling this method is equivalent to clicking on the Ferdium tray icon. --> + +