diff --git a/it0_app/lib/features/agent_call/presentation/pages/agent_call_page.dart b/it0_app/lib/features/agent_call/presentation/pages/agent_call_page.dart index 74cb2c4..129bd1a 100644 --- a/it0_app/lib/features/agent_call/presentation/pages/agent_call_page.dart +++ b/it0_app/lib/features/agent_call/presentation/pages/agent_call_page.dart @@ -135,6 +135,7 @@ class _AgentCallPageState extends ConsumerState connectOptions: const ConnectOptions( timeouts: Timeouts( connection: Duration(seconds: 15), + debounce: Duration(milliseconds: 20), peerConnection: Duration(seconds: 15), iceRestart: Duration(seconds: 15), publish: Duration(seconds: 15),