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

This commit is contained in:
Robin
2025-09-25 18:40:59 -04:00
5 changed files with 75 additions and 39 deletions
+3 -1
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 && {