Add microphone mute (#158)

* Add code

* add code
This commit is contained in:
Freddy Boulton
2025-03-10 14:53:08 -04:00
committed by GitHub
parent ed59834378
commit 51f1fafa3a
14 changed files with 1579 additions and 1520 deletions

View File

@@ -52,6 +52,7 @@ format:
ruff format .
ruff check --fix .
ruff check --select I --fix .
cd frontend && npx prettier --write . && cd ..
docs:
mkdocs serve -a localhost:8081