Name of user joining shows '2) no glyph'

Hi,

We are using Meeting SDK Web version 3.8.10.
No errors are showing in the console.

The ‘name’ of one of the users joining the meeting shows like this:

image

image

This is the URL:
image

=> name=Mike

Has anyone else seen this before?

What could be causing this?

Thx
Frederik

i could fix this by encoding the name

meetingConfig.name = testTool.b64EncodeUnicode(‘Mike’);