aboutsummaryrefslogtreecommitdiffstats
path: root/docs
diff options
context:
space:
mode:
authorLibravatar Kristóf Marussy <kristof@marussy.com>2024-01-03 03:46:28 +0100
committerLibravatar GitHub <noreply@github.com>2024-01-03 03:46:28 +0100
commitb0b9860f68b0a151841d0c145a11ea39c11fa66a (patch)
treedda676c476500bd08622ca0dc831f6f1da915bcb /docs
parent6.7.1-nightly.2 [skip ci] (diff)
downloadferdium-app-b0b9860f68b0a151841d0c145a11ea39c11fa66a.tar.gz
ferdium-app-b0b9860f68b0a151841d0c145a11ea39c11fa66a.tar.zst
ferdium-app-b0b9860f68b0a151841d0c145a11ea39c11fa66a.zip
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.
Diffstat (limited to 'docs')
-rw-r--r--docs/dbus/org.ferdium.Ferdium.xml7
1 files changed, 7 insertions, 0 deletions
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
@@ -38,6 +38,13 @@
38 --> 38 -->
39 <method name="ToggleWindow" /> 39 <method name="ToggleWindow" />
40 <!-- 40 <!--
41 ToggleToTalk:
42
43 Toggles the microphone in the active service if supported and currently
44 applicable.
45 -->
46 <method name="ToggleToTalk" />
47 <!--
41 Muted: 48 Muted:
42 49
43 Gets or sets the current muted state of notifications. 50 Gets or sets the current muted state of notifications.