chore: remove set_transferring_call from engine

This commit is contained in:
Abhishek Kumar 2026-02-14 15:41:43 +05:30
parent 71ac4e1b87
commit 0b2437a800
3 changed files with 1 additions and 20 deletions

View file

@ -638,9 +638,6 @@ async def _run_pipeline(
@user_context_aggregator.event_handler("on_user_turn_idle")
async def on_user_turn_idle(aggregator):
if engine._transferring_call:
logger.debug("Not calling user idle since we are transferring call.")
return
await user_idle_handler.handle_idle(aggregator)
@user_context_aggregator.event_handler("on_user_turn_started")