Get Zoom Meeting Participant ID

Is there a way to get my participant id when I join or start a meeting.

It is visible when I choose Dial In as audio during the meeting. I need the participant id to merge calls from 2 different devices. Thanks in advance.

Hi

Thanks for using Zoom SDK. Yes, you could use the interface getParticipantId()(https://zoom.github.io/zoom-sdk-android/us/zoom/sdk/InMeetingService.html#getParticipantId--) to get your participant ID.

Hope this helps. Thanks!

I mean the short double digit number which has every participant. I.e. when we dial #42# during VoIP call for example, audio from mobile device and video from Desktop Zoom app merge together.

getParticipantId() returns me such a value “16045874”, I think they are different things.

Hi mnazaryan,

Thanks for the reply. For the number shown in the screenshot, I need to work with the engineering team and get back to you shortly.

Thanks!

1 Like

Hi mnazaryan,

Thanks for the reply and the screenshot again. After consulting with the engineering team, the interface ZoomSDK.getInstance().getInMeetingService().getParticipantId() should provide the participant ID you are looking for. Call this interface after the meeting has successfully started and it should return the 2 digit number.

What is the SDK version you are using? Please have a try with the latest version:https://github.com/zoom/zoom-sdk-android

Hope this helps. Thanks!

1 Like

Hi @carson.zoom,

Thank you for quick response and the solution, that was exactly what I need. Mine was the previous version of SDK. Have a good day !

Hi mnazaryan,

Glad to hear that it is working. Let me know if any other questions. Happy Zooming!

Thanks!

1 Like