Using the following api method:
we can add meeting registrant and then use registrant_id to identify him in meeting reports.
For that user needs to enter meeting via join_url returned by method specified above.
But if user has already been authorized in Zoom application then in reports we would see his user_id instead of registrant_id that we’ve received earlier.
Is this a bug in Zoom application, or should we use another method to identify meeting participants?