RPC subcommand

From Mumble Wiki
Revision as of 16:39, 8 February 2015 by Natenom (talk | contribs) (Natenom moved page RPC subcommand here to RPC subcommand: typo)
Jump to: navigation, search

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
 [...]