Windows SDK: Hide name or show icon when video is off

Hi,
I am using the custom UI SDK. When a participant turns off the video, its video element shows the name of the participant. Is there a way to hide the name? Or, as a side question, how do I enable showing a picture/icon instead? I am already using “EnableAlwaysShowNameOnVideo(false)” but if the video is turned of the name is shown again defying its purpose of hiding names.

Thanks!

Bumping this. Please help me, I need to hide the username (or show an icon) when the user video is off with the Windows desktop SDK.

Hey @bragma,

Thanks for using the dev forum!

EnableAlwaysShowNameOnVideo should be doing this exact thing. When you call it after the video is turned off, are you receiving any SDK errors?

Thanks!
Michael