mirror of
https://github.com/dograh-hq/dograh.git
synced 2026-07-13 11:22:14 +02:00
chore: remove set_transferring_call from engine
This commit is contained in:
parent
71ac4e1b87
commit
0b2437a800
3 changed files with 1 additions and 20 deletions
|
|
@ -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")
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue