Display Name is not used
See original GitHub issueHere’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:
- Created 4 years ago
- Comments:6 (3 by maintainers)
Top 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 >Top Related Medium Post
No results found
Top Related StackOverflow Question
No results found
Troubleshoot Live Code
Lightrun enables developers to add logs, metrics and snapshots to live code - no restarts or redeploys required.
Start FreeTop Related Reddit Thread
No results found
Top Related Hackernoon Post
No results found
Top Related Tweet
No results found
Top Related Dev.to Post
No results found
Top Related Hashnode Post
No results found
Top GitHub Comments
I have this issue too.
Although I can confirm setting email via userInfo does work for me.
@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.