changes summary valere timo

This commit is contained in:
Timo K
2025-10-30 22:15:35 +01:00
parent 4f892e358a
commit a44171da1c
3 changed files with 86 additions and 42 deletions

View File

@@ -109,7 +109,8 @@ export class MatrixLivekitMerger {
const items: MatrixLivekitItem[] = memberships.map(
({ membership, transport }) => {
const participantsWithConnection = participantsByMemberId.get(
membership.membershipID,
// membership.membershipID, Currently its hardcoded by the jwt service to
`${membership.userId}:${membership.deviceId}`,
);
const participant =
transport &&