zoom / meetingsdk-headless-linux-sample

A demo on creating a headless meeting bot using the Zoom Meeting SDK for Linux and Docker
MIT License
37 stars 17 forks source link

OnUserJoined returns temporary id of user that joined #24

Open chuks opened 2 months ago

chuks commented 2 months ago

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

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