Is there constant user's identifier?

Hi!

userID from ZoomSDKUserInfo changes every time the user joins to the meeting. (Even logged user)
Is there some constant identifier or some property that helps identify the user through the meeting? Even if the user is leave and join the meeting again.

Thank you!

Hi @anton.yereshchenko,

Although the SDK does not provide a persistent identifier, it does allow you to provide your own ID through the customerKey property. If you set this for a user who is joining/starting a meeting, you can retrieve it through getCustomerKey in the meeting.

Thanks!

Hi @jon.zoom , thank you for the replay

Yes, it will help to set the special id for the current user. But if I want to identify participants on the call, even after participant’s re-enter. How could I do it?

Hi @anton.yereshchenko,

In order for this to be effective across multiple meetings, you would need to implement some form of persistent storage from which the key could be retrieved. The SDK does not maintain state across multiple meetings, so it would be your responsibility to ensure the same users are associated with the same key each time.

Thanks!

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