Add key roatation limit to config.json

This commit is contained in:
Timo K.
2026-08-17 11:17:22 +02:00
parent 0aa9d94826
commit 9857ed53e3
5 changed files with 48 additions and 16 deletions
@@ -908,6 +908,8 @@ export function enterRTCSession(
makeKeyDelay: matrixRtcSessionConfig?.wait_for_key_rotation_ms,
membershipEventExpiryMs:
matrixRtcSessionConfig?.membership_event_expiry_ms,
keyRotationParticipantLimit:
matrixRtcSessionConfig?.key_rotation_participant_limit,
unstableSendStickyEvents: matrixRTCMode === MatrixRTCMode.Matrix_2_0,
maximumNetworkErrorRetryCount: maximumNetworkErrorRetryCount,
},