Zoom User IDs and Uniqueness

When I make this call:

const res = await this.client.join(
        topic,
        signature,
        zoomName,
      );

I get back res.userId on success.

I have found some evidence that two calls with different topics and zoomNames can result in the same res.userId. Does that claim have any merit or am I supposed to be able to rely on that not being the case?

Hey @victor.aprea ,

That should not happen, the userId should be unique per. Perhaps you had the same userName join multiple times?

Thanks,
Tommy

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