mirror of
https://github.com/vector-im/element-call.git
synced 2026-08-08 20:09:19 +00:00
configure delayedEventRestartLocalTimeoutMs to 2300
This commit is contained in:
@@ -131,6 +131,9 @@ export async function enterRTCSession(
|
|||||||
makeKeyDelay:
|
makeKeyDelay:
|
||||||
matrixRtcSessionConfig?.wait_for_key_rotation_ms ??
|
matrixRtcSessionConfig?.wait_for_key_rotation_ms ??
|
||||||
matrixRtcSessionConfig?.key_rotation_on_leave_delay,
|
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:
|
membershipEventExpiryMs:
|
||||||
matrixRtcSessionConfig?.membership_event_expiry_ms,
|
matrixRtcSessionConfig?.membership_event_expiry_ms,
|
||||||
useExperimentalToDeviceTransport,
|
useExperimentalToDeviceTransport,
|
||||||
|
|||||||
Reference in New Issue
Block a user