Merge pull request #3959 from ajmeraharsh/fix/livekit-call-state-updated-args

fix(livekit): remove redundant self arg in on_call_state_updated
This commit is contained in:
Mark Backman
2026-03-09 08:38:12 -04:00
committed by GitHub
2 changed files with 2 additions and 1 deletions

1
changelog/3959.fixed.md Normal file
View File

@@ -0,0 +1 @@
- Fixed `on_call_state_updated` event handler in LiveKit transport receiving incorrect number of arguments due to redundant `self` passed to `_call_event_handler`.