While fetching individual raw audio, how to identify user's name from node_id

I am using linux sdk to fetch the raw audio data stream for zoom meetings. However, I cannot identify which audio data stream belongs to which user. I am getting a node_id which is different for each user, but I am not sure on how to use that id to fetch the other details of the user like the name, email, etc.

Please help…

@dhruv1778 under IMeetingParticipantsController, you can get participants list or fetch specific user by ID.

https://marketplacefront.zoom.us/sdk/meeting/linux/class_i_meeting_participants_controller.html