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 129bd1a..94d16cd 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 @@ -136,9 +136,10 @@ class _AgentCallPageState extends ConsumerState timeouts: Timeouts( connection: Duration(seconds: 15), debounce: Duration(milliseconds: 20), + publish: Duration(seconds: 15), + subscribe: Duration(seconds: 15), peerConnection: Duration(seconds: 15), iceRestart: Duration(seconds: 15), - publish: Duration(seconds: 15), ), ), roomOptions: const RoomOptions(