Merge pull request #3687 from pipecat-ai/mb/rtvi-mute-events

Emit RTVI events for user mute/unmute
This commit is contained in:
Mark Backman
2026-02-09 15:18:28 -05:00
committed by GitHub
4 changed files with 60 additions and 0 deletions

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

@@ -0,0 +1 @@
- Added `UserMuteStartedFrame` and `UserMuteStoppedFrame` system frames, and corresponding `user-mute-started` / `user-mute-stopped` RTVI messages, so clients can observe when mute strategies activate or deactivate.