customerKey is null for attendee in Webinar

Description
As a webinar host, when I try to get Attendee info using the command given below, I am getting all the information except customerKey.

var user = CZoomSDKeDotNetWrap.Instance.GetMeetingServiceWrap().
GetMeetingParticipantsController().GetUserByUserID(userId);

var customerKey = user.GetCustomerKey()

CustomerKey is always null for an attendee. All other information like name, userId is shown correctly. When I promote the attendee to Panelist then I see their customerKey correctly. If I again demote the panelist to an attendee, the customerKey becomes null. This problem is happening on both Windows and Mac Meeting SDK.

Which Windows Meeting SDK version?
Mac - v5.14.0.16825
Windows C# - v5.14.0.13926

Any update on this issue?

any update on this issue?

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