Mute Microphone
Pause microphone capture during a voice chat session.
Steps
Check that a voice session is active (use Bash):
source ~/.claude-talk/venvs/wlk/bin/activate claude-talk state get SESSIONIf it returns non-zero or the value is not "active", tell the user: "No voice chat session is active. Start one with
/claude-talk:start."Set muted state (use Bash):
source ~/.claude-talk/venvs/wlk/bin/activate claude-talk state set MUTED true claude-talk state set STATUS mutedConfirm: "Microphone muted. Run
/claude-talk:unmuteto resume."