You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Start an EC video call in a room with two different people called Matthew
They both join
There's no way to see which video comes from which user.
Outcome
What did you expect?
Like EW and EX (and all other Matrix clients should), users with the same-looking name should have their mxid appended after it in order to differentiate them from each other.
matrix-js-sdk should give us this almost for free via unhomoglyph - we just need to hook it up in the UX.
What happened instead?
Ambiguity and risk of impersonation.
Operating system
No response
Browser information
No response
URL for webapp
No response
Will you send logs?
No
The text was updated successfully, but these errors were encountered:
ara4n
added
the
T-Defect
Something isn't working: bugs, crashes, hangs, vulnerabilities, or other reported problems
label
Nov 9, 2024
It would be trivial to wire up the RoomMember.name property which disambiguates between all Matrix room members. However, I think in EC we would only want to disambiguate between current MatrixRTC call members. This is significantly more complicated to do as the view models need refactoring to get the right context in the right place.
Steps to reproduce
Outcome
What did you expect?
Like EW and EX (and all other Matrix clients should), users with the same-looking name should have their mxid appended after it in order to differentiate them from each other.
matrix-js-sdk should give us this almost for free via unhomoglyph - we just need to hook it up in the UX.
What happened instead?
Ambiguity and risk of impersonation.
Operating system
No response
Browser information
No response
URL for webapp
No response
Will you send logs?
No
The text was updated successfully, but these errors were encountered: