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’);

This topic was automatically closed 30 days after the last reply. New replies are no longer allowed.