enable sticky events in the joinSessionConfig

Signed-off-by: Timo K <toger5@hotmail.de>
This commit is contained in:
Timo K
2025-09-24 14:55:35 +02:00
committed by Half-Shot
parent 4bfe5c5a7c
commit 2dcb823899

View File

@@ -139,6 +139,7 @@ export async function enterRTCSession(
membershipEventExpiryMs:
matrixRtcSessionConfig?.membership_event_expiry_ms,
useExperimentalToDeviceTransport,
useStickyEvents: true,
},
);
if (widget) {