Hello, I have a problem, there are users who see a different name on their camera. In my case, I also change my name, I attach an image. How can a name such as “Receiver” or “Sender” be left fixed and that it cannot be modified anywhere.
Thank you
Uploading: image.png…
Uploading: Name user.png…
Not sure I’m very clear on what you’re asking, but if you want to restrict users from being able to change their display names, you can use this:
// // Hides the participant name editing field in the prejoin screen.
// // If requireDisplayName is also set as true, a name should still be provided through
// // either the jwt or the userInfo from the iframe api init object in order for this to have an effect.
// hideDisplayName: false,
// // List of buttons to hide from the extra join options dropdown.
// hideExtraJoinButtons: ['no-audio', 'by-phone'],
// },
// When 'true', the user cannot edit the display name.
// (Mainly useful when used in conjunction with the JWT so the JWT name becomes read only.)
// readOnlyName: false,
// If etherpad integration is enabled, setting this to true will
// automatically open the etherpad when a participant joins. This
// does not affect the mobile app since opening an etherpad
// obscures the conference controls -- it's better to let users
// choose to open the pad on their own in that case.
// openSharedDocumentOnJoin: false,
// If true, shows the unsafe room name warning label when a room name is
// deemed unsafe (due to the simplicity in the name) and a password is not
1 Like
Thanks Freddie,
I made the change so that the user does not edit the display name.
In the case of users who modified the display name, where is that name saved? in the browser?
thank you
Local storage in the browser