Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Why is the avatar still showing as the old one in the Jitsi call after changing accounts? #28175

Closed
doufuhou opened this issue Oct 10, 2024 · 2 comments
Labels
A-Avatar A-Jitsi O-Uncommon Most users are unlikely to come across this or unexpected workflow S-Minor Impairs non-critical functionality or suitable workarounds exist T-Defect

Comments

@doufuhou
Copy link

Steps to reproduce

  1. Log in to account A and it displays normally.
  2. After logging out, when logging into account B, it shows account A's avatar.
    image

Outcome

What did you expect?

What happened instead?

Operating system

No response

Browser information

No response

URL for webapp

No response

Application version

No response

Homeserver

No response

Will you send logs?

Yes

@dosubot dosubot bot added A-Avatar A-Jitsi O-Uncommon Most users are unlikely to come across this or unexpected workflow S-Minor Impairs non-critical functionality or suitable workarounds exist labels Oct 10, 2024
@t3chguy
Copy link
Member

t3chguy commented Oct 10, 2024

What did you expect?
What happened instead?
Operating system
No response

Browser information
No response

URL for webapp
No response

Application version
No response

Homeserver
No response

Will you send logs?
Yes

Please fill in the issue template if you want help.

The Jitsi API sets the avatar only at the time you join the conference, not in the pre-screen, and logging out Element is unable to clear cookies on another domain e.g. Jitsi, hence the old avatar being kept around.

@t3chguy t3chguy closed this as not planned Won't fix, can't repro, duplicate, stale Oct 10, 2024
@doufuhou
Copy link
Author

@t3chguy Thank you for your response! After creating an instance of JitsiMeetExternalAPI, passing the avatarUrl can resolve this issue.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
A-Avatar A-Jitsi O-Uncommon Most users are unlikely to come across this or unexpected workflow S-Minor Impairs non-critical functionality or suitable workarounds exist T-Defect
Projects
None yet
Development

No branches or pull requests

2 participants