Merge branch 'livekit' into valere/initial_mute_states

This commit is contained in:
Valere
2026-01-12 19:13:40 +01:00
52 changed files with 1666 additions and 764 deletions

View File

@@ -104,12 +104,7 @@ export async function createMatrixRTCSdk(
videoEnabled: true,
});
const slot = { application, id };
const rtcSession = new MatrixRTCSession(
client,
room,
MatrixRTCSession.sessionMembershipsForSlot(room, slot),
slot,
);
const rtcSession = new MatrixRTCSession(client, room, slot);
const callViewModel = createCallViewModel$(
scope,
rtcSession,