You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Optimize: Check realtime mode early in _on_turn_event TurnEndedEvent
- Add early return for realtime mode after logging the event
- Skips unnecessary transcript fetching and participant metadata extraction
- Removes redundant realtime_mode check later in the flow
- Consistent with _on_transcript optimization
0 commit comments