From c9e196639a6bbdf2040039651ee2608e75621e72 Mon Sep 17 00:00:00 2001 From: hailin Date: Sun, 1 Mar 2026 23:52:49 -0800 Subject: [PATCH] fix: add missing subscribe parameter to Timeouts constructor All 6 Timeouts parameters are required in livekit_client 2.6.4. Co-Authored-By: Claude Opus 4.6 --- .../agent_call/presentation/pages/agent_call_page.dart | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) 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(