Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

OnUserJoined returns temporary id of user that joined #24

Open
chuks opened this issue Sep 7, 2024 · 0 comments
Open

OnUserJoined returns temporary id of user that joined #24

chuks opened this issue Sep 7, 2024 · 0 comments

Comments

@chuks
Copy link

chuks commented Sep 7, 2024

The onUserJoined returns a temporary id of the zoom user, not the user id from the OAuth workflow.
Here is my use case:

  • I have to match a zoom user who authorizes my application via OAuth workflow, and I save their access token, as well as their id in our db. Now, this id seems to be a unique id of the user.

  • I have another program that runs the zoom sdk for linux, where a user (any user) joins a meeting. Now, when a user joins, the callback I get uses a temporary id for the user. There is also a persistent id that is available. However, none of these ids match the unique id that I obtained from the Oauth workflow.

  • I am trying to identify the user who joined the meeting, and match them to the entry in a database from the OAuth workflow.

Both the Oauth workflow and the program that runs the zoom sdk are different systems and not connected.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant