Add on_user_mute_started and on_user_mute_stopped events

This commit is contained in:
Mark Backman
2026-01-17 10:10:58 -05:00
parent af89154e96
commit 11924bb980
3 changed files with 27 additions and 0 deletions

1
changelog/3490.added.md Normal file
View File

@@ -0,0 +1 @@
- Added `on_user_mute_started` and `on_user_mute_stopped` event handlers to `LLMUserAggregator` for tracking user mute state changes.