question-mark
Stuck on an issue?

Lightrun Answers was designed to reduce the constant googling that comes with debugging 3rd party libraries. It collects links to all the places you might be looking at while hunting down a tough bug.

And, if you’re still stuck at the end, we’re happy to hop on a call to see how we can help out.

Display Name is not used

See original GitHub issue

Here’s how I created the instance:

  new window.JitsiMeetExternalAPI("meet.jit.si", {
    roomName: `{this.chat_id}`,
    parentNode: document.getElementById("call-canvas"),
    userInfo: {
      displayName: "Tobi"
    }
  })

But Jitsi still calls me “Fellow Jitsier”. I also tried the keys username and name. The E-Mail feature also doesn’t work. If I pass userInfo: { email: "tobiwimma04@gmail.com" } , no profile picture is shown, although I have set a gravatar picture for this E-Mail.

Issue Analytics

  • State:closed
  • Created 4 years ago
  • Comments:6 (3 by maintainers)

github_iconTop GitHub Comments

1reaction
Jip-Hopcommented, Mar 26, 2020

I have this issue too.

  userInfo: {
    displayName: "JipTest", // Setting displayName here is not working...
    email: "email@jitsiexamplemail.com" // But email does work!
  },

Although I can confirm setting email via userInfo does work for me.

1reaction
saghulcommented, Jan 28, 2020

@damencho when you added that in https://github.com/jitsi/jitsi-meet/commit/50f47961440c5784e3891b79fa010c77a3cfc5cd it was meant only for analytics, right? @Tobi696 You can send the command to change the display name, it’s documented on the same README.

Read more comments on GitHub >

github_iconTop Results From Across the Web

Display name not used : r/help - Reddit
Display name doesn't display on posts and comments. It's only displayed on your profile. There's nothing to fix.
Read more >
Show Display Name Instead of Account Name - Microsoft Q&A
Display name is not unique, so when mentioning users, we cannot properly identify the users. So we are using username which is unique...
Read more >
ROBLOX DISPLAY NAME TRICKS! WORKING 2 LETTER ...
How's it going guys, SharkBlox here,Roblox display name tricks! This is how to get a Chinese roblox username, 2 letter roblox username and ......
Read more >
what is it mean for display name is not dynamic?
Hi,. In Process Properties, by default the process display name will be process model name given while creating but you need to have...
Read more >
Search name, not display name - ServiceNow Community
Solved: I'm having a problem where my catalog has a search field to find company names from a table. When searching company names...
Read more >

github_iconTop Related Medium Post

No results found

github_iconTop Related StackOverflow Question

No results found

github_iconTroubleshoot Live Code

Lightrun enables developers to add logs, metrics and snapshots to live code - no restarts or redeploys required.
Start Free

github_iconTop Related Reddit Thread

No results found

github_iconTop Related Hackernoon Post

No results found

github_iconTop Related Tweet

No results found

github_iconTop Related Dev.to Post

No results found

github_iconTop Related Hashnode Post

No results found