When participants join the meeting room,
they can input a blank name or bypass the dialog directory.
(press ‘cancel’ button or click other position in screen)
Then their names are shown in ‘Fellow Jitsiter’, that’s a problem for us.
How to configure Jitsi to force participants to input their display name?
Even so, there’s nothing stopping someone from setting their name to “Fellow Jitster” or something arbitrary.
If the intent is to enforce reliable user identity in meetings, I would handle user authentication in a separate application, then redirect them to Jitsi with JWT token that contains their user identity (display name, email, avatar, etc). On the JWT side, you’d allow only JWT auth and disable the ability for users to change their display name (1, 2)
Our meeting participants include external members that have no identity,
so we only need to force the meeting participant to input display name excludes the default one.