From beed0723543e449a231f772190bda7181461fe40 Mon Sep 17 00:00:00 2001 From: Devin Collins <3997333+ImDevinC@users.noreply.github.com> Date: Wed, 7 Jan 2026 22:34:13 -0800 Subject: [PATCH] docs: Add README with action summaries --- README.md | 8 ++++++++ 1 file changed, 8 insertions(+) create mode 100644 README.md diff --git a/README.md b/README.md new file mode 100644 index 0000000..f1cdeda --- /dev/null +++ b/README.md @@ -0,0 +1,8 @@ +# MicMute Plugin for StreamController + +A StreamController plugin for controlling microphone mute state. + +## Actions + +### Toggle Microphone Mute +Toggles the mute state of a selected microphone or all microphones, displaying the current state with visual feedback.