mirror of
https://github.com/vector-im/element-call.git
synced 2026-09-13 21:59:30 +00:00
always use multi sfu if we are using sticky events.
Signed-off-by: Timo K <toger5@hotmail.de>
This commit is contained in:
@@ -123,12 +123,8 @@ export async function enterRTCSession(
|
||||
useMultiSfu: true,
|
||||
},
|
||||
): Promise<void> {
|
||||
const {
|
||||
encryptMedia,
|
||||
useExperimentalToDeviceTransport = false,
|
||||
useMultiSfu = true,
|
||||
} = options;
|
||||
|
||||
const { encryptMedia, useExperimentalToDeviceTransport = false } = options;
|
||||
const useMultiSfu = preferStickyEvents.getValue() ?? options.useMultiSfu;
|
||||
PosthogAnalytics.instance.eventCallEnded.cacheStartCall(new Date());
|
||||
PosthogAnalytics.instance.eventCallStarted.track(rtcSession.room.roomId);
|
||||
|
||||
|
||||
Reference in New Issue
Block a user