mirror of
https://github.com/vector-im/element-call.git
synced 2026-09-01 21:25:18 +00:00
enable sticky events in the joinSessionConfig
Signed-off-by: Timo K <toger5@hotmail.de>
This commit is contained in:
@@ -139,6 +139,7 @@ export async function enterRTCSession(
|
|||||||
membershipEventExpiryMs:
|
membershipEventExpiryMs:
|
||||||
matrixRtcSessionConfig?.membership_event_expiry_ms,
|
matrixRtcSessionConfig?.membership_event_expiry_ms,
|
||||||
useExperimentalToDeviceTransport,
|
useExperimentalToDeviceTransport,
|
||||||
|
useStickyEvents: true,
|
||||||
},
|
},
|
||||||
);
|
);
|
||||||
if (widget) {
|
if (widget) {
|
||||||
|
|||||||
Reference in New Issue
Block a user