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

Displaying "Fellow Jitser" for guests in Jitsi Android #15187

Open
2 of 11 tasks
oguzozturk opened this issue Oct 11, 2024 · 1 comment
Open
2 of 11 tasks

Displaying "Fellow Jitser" for guests in Jitsi Android #15187

oguzozturk opened this issue Oct 11, 2024 · 1 comment

Comments

@oguzozturk
Copy link

What happened?

Steps to reproduce

  1. Start a jitsi call.
  2. Join the call from the guest invite link.
  3. Check on Android and see "Fellow Jitster"

After the participant join the meeting, displays "Fellow Jitser" on the screen android devices. Although set feature flags and set user display name property as below, see "Fellow Jitser" on the screen. How can I remove "Fellow Jitser" display name?

Android Device screenshot:
image

.setFeatureFlag("meeting-name.enabled", false)
.setFeatureFlag("prejoinpage.hideDisplayName", true)

JitsiMeetUserInfo userInfo=new JitsiMeetUserInfo();
userInfo.setDisplayName("");

Server config:
defaultRemoteDisplayName: ''
hideDisplayName: true

Platform

  • Chrome (or Chromium based)
  • Firefox
  • Safari
  • Other desktop browser
  • Android browser
  • iOS browser
  • Electron app
  • Android mobile app
  • iOS mobile app
  • Custom app using a mobile SDK

Browser / app / sdk version

Android All Sdk Versions

Relevant log output

No

Reproducibility

  • The problem is reproducible on meet.jit.si

More details?

Jitsi Meet Sdk version :10.2.1

@damencho
Copy link
Member

Have you tried setting defaultRemoteDisplayName to something other than an empty string? Try with Guest for example.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants