Obtaining list of users with Meeting SDK

I am using the Windows Meeting SDK to capture raw audio and video of participants. I’d like to get as much user information as possible, but from within the Meeting SDK, it seems you can only get to IUserInfo, which does not contain any useful information. In fact the GetUserName() only returns a number as a text string - not even the name that is displayed on the screen.
In order to obtain user information for those in a meeting, do I need to create a separate OAuth app and use the List Meeting Participants REST call, then link by UserID’s between what UserInfo returns against the rest call? This seems very obtuse when that information is likely already available within the SDK. I’m also concerned that user_name as returned by the API will just be another number.

Which Windows Meeting SDK version?
v5.15.2.18146

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