Difference between revisions of "RPC subcommand"

From Mumble Wiki
Jump to: navigation, search
m (Natenom moved page RPC subcommand here to RPC subcommand: typo)
m (link to dbus methods)
Line 17: Line 17:
 
   [...]
 
   [...]
 
</code>
 
</code>
 +
 +
==See also==
 +
An alternative to this subcommand is the usage of [[DBus#DBus_in_the_Mumble_client|DBus methodes for the client]].
  
 
[[Category:Mumble clients]]
 
[[Category:Mumble clients]]
 
[[Category:1.3.0]]
 
[[Category:1.3.0]]

Revision as of 18:26, 8 February 2015

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
  • 'deaf' - Deafen self
  • 'undeaf' - Undeafen self

(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.