Get participant_id

Is there a way to get participant id using the zoom client Android SDK? without any API, Using SDK only.

Hi @jenny.gadhavi, thanks for the post.

The participant ID can be retrieved through the SDK by calling getParticipantID on a specific user’s InMeetingUserInfo object. To retrieve an instance of this object, you can call into getUserInfoById with a user’s userId.

Thanks!