Use matrixIdentifier for screenshare (#2981)

This commit is contained in:
Will Hunt
2025-02-03 10:17:19 +00:00
committed by GitHub
parent 1d1289b7bf
commit 1dde54daa9

View File

@@ -602,7 +602,7 @@ export class CallViewModel extends ViewModel {
this.encryptionSystem,
this.livekitRoom,
this.memberDisplaynames$.pipe(
map((m) => m.get(livekitParticipantId) ?? "[👻]"),
map((m) => m.get(matrixIdentifier) ?? "[👻]"),
),
),
];