fix: add required debounce parameter to Timeouts constructor
Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>
This commit is contained in:
parent
e66c187353
commit
3fd27ff190
|
|
@ -135,6 +135,7 @@ class _AgentCallPageState extends ConsumerState<AgentCallPage>
|
|||
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),
|
||||
|
|
|
|||
Loading…
Reference in New Issue