OAuth without the need to login on ZOOM
Hello, I need to move my code from JWT to OAuth because JWT is being dropped by ZOOM. Setting up the OAuth is working fine and I am able to communicate between my app and ZOOM. BUT ... with OAuth I need to login on ZOOM before I can do what I need to do in my app. Problem is that my app needs to show the recorded videos, made under the ZOOM account, without my app users logging in on my ZOOM account. This functionality was working fine with JWT and I need to have it to work with OAuth as well. So the question is: is there a way to work with OAuth without the need to login on ZOOM (I think I know the answer, but I need to be sure). Thanks, Bart
Show less