configure delayedEventRestartLocalTimeoutMs to 2300

This commit is contained in:
Timo
2025-07-14 17:11:05 +02:00
parent 941d1169a4
commit f2d8139ccd

View File

@@ -131,6 +131,9 @@ export async function enterRTCSession(
makeKeyDelay:
matrixRtcSessionConfig?.wait_for_key_rotation_ms ??
matrixRtcSessionConfig?.key_rotation_on_leave_delay,
// Do not expose the `delayedEventRestartLocalTimeoutMs` property to the config.
// This might be too involved and just decrease the experience of configuring EC.
delayedEventRestartLocalTimeoutMs: 2300,
membershipEventExpiryMs:
matrixRtcSessionConfig?.membership_event_expiry_ms,
useExperimentalToDeviceTransport,