When we start a meeting with the Zoom Client and click on “new meeting” (with video off), it shows the organizers name as entered on their zoom.com profile.
When we start a meeting with the Desktop SDK (c# wrapper) the same screen shows the users logged in email address, and not their name.
How can we tell the Zoom SDK to show the users name, rather than their login email?
thanks for the information. We want Zoom to display the person’s real name, not for us to prompt the user for their name, and then display it. Zoom already has their real name from their account registration info. How can we get Zoom to do display their real name?
I suppose an option is for us to query zoom for their real name, and then pass it to the Join call. If we have to go this way - what is the call to get the user’s real name from Zoom?
What field does the backend take from Windows SDK for the participant name? Since it is in a on-prem environemnt, We would like to be able to hide the participant names to the backend report, however their names can be displayed during the meeting session.
Thanks for the reply and pardon the late response. I have no insights regarding the backend report you are referring to. Based on the description, the report is generated by the backend so fields and info shown in the report need to be configured in the backend. The Windows SDK does not have any options/interfaces for this configuration.