Merge branch 'livekit' into voip-team/rebased-multiSFU

This commit is contained in:
Robin
2025-09-25 16:29:56 -04:00
5 changed files with 75 additions and 39 deletions

View File

@@ -126,8 +126,10 @@ export async function enterRTCSession(
const { features, matrix_rtc_session: matrixRtcSessionConfig } = Config.get();
const useDeviceSessionMemberEvents =
features?.feature_use_device_session_member_events;
const { sendNotificationType: notificationType, callIntent } = getUrlParams();
rtcSession.joinRoomSession([focus], focus, {
notificationType: getUrlParams().sendNotificationType,
notificationType,
callIntent,
useNewMembershipManager,
manageMediaKeys: encryptMedia,
...(useDeviceSessionMemberEvents !== undefined && {