I’m having trouble fully authenticating the MeetingSDK on Windows. I succesfully create the JWT token using Client ID/ Client Secret, and submit for authentication. The authentication callback onAuthenticationReturn is called with a AUTHRET_UNKNOWN result. How can I fix this?
I don’t know if its related, but how do I set up an OAuth Redircect URL server? Is this a server I’m supposed to set up? (I don’t think so, because the linux sample works).
The type of Windows application is just a Windows Desktop application.
My app is of type General App - user managed. What I’m trying to write is a meeting recorder, but that a meeting user can install in the Zoom application when a meeting starts. I assume that this needs to be a Windows app if the user is joining the meeting from a Windows machine running the Zoom app on Windows. Is that correct?
I got the github meetingsdk-headless-linux-sample working, but I want a Windows version of it, I’ve ported it to Windows. I just need the authentication to work. It’s not working on Windows. Incidentally, the demo_v2 app inside the Windows Meeting-SDK also has the same problem with authentication callback results.
The type of Visual Studio application is Windows Desktop. @chunsiong.zoom
Please help.