Difference between revisions of "RPC subcommand"

From Mumble Wiki
Jump to: navigation, search
(Add toggle versions of mute/deaf)
 
(One intermediate revision by one other user not shown)
Line 6: Line 6:
 
* 'mute' - Unmute self
 
* 'mute' - Unmute self
 
* 'unmute' - Unmute self
 
* 'unmute' - Unmute self
 +
* 'togglemute' - Toggle self-mute status
 
* 'deaf' - Deafen self
 
* 'deaf' - Deafen self
 
* 'undeaf' - Undeafen self
 
* 'undeaf' - Undeafen self
 
+
* 'toggledeaf' - Toggle self-deafen status
 
(You can also see them via 'mumble rpc --help')
 
(You can also see them via 'mumble rpc --help')
  
Line 21: Line 22:
 
An alternative to this subcommand is the usage of [[DBus#DBus_in_the_Mumble_client|DBus methodes for the client]].
 
An alternative to this subcommand is the usage of [[DBus#DBus_in_the_Mumble_client|DBus methodes for the client]].
  
 +
[[Category:Documentation English]]
 
[[Category:Mumble Client]]
 
[[Category:Mumble Client]]
 
[[Category:1.3.0]]
 
[[Category:1.3.0]]

Latest revision as of 07:09, 15 April 2020

The RPC subcommand allows users to more easily issue SocketRPC requests to a running Mumble client in version 1.3.0 or higher.

Currently, only commands for muting/deafning are supported.

Supported commands are currently:

  • 'mute' - Unmute self
  • 'unmute' - Unmute self
  • 'togglemute' - Toggle self-mute status
  • 'deaf' - Deafen self
  • 'undeaf' - Undeafen self
  • 'toggledeaf' - Toggle self-deafen status

(You can also see them via 'mumble rpc --help')

Example:

 $ mumble rpc mute    # Mute a running Mumble client
 $ mumble rpc unmute  # Unmute a running Mumble client
 [...]

See also

An alternative to this subcommand is the usage of DBus methodes for the client.