When our application starts up, we do the following:
- Call
AuthWithJwtToken - Wait for the
authcbcallback before allowing the user to start zoom calls - Call
AuthWithJwtTokenagain whenonZoomAuthIdentityExpired
It seems like authcb does not fire if the user’s PC is asleep and onZoomAuthIdentityExpired fires.
So, a few questions:
- if I get
Successback fromAuthWithJwtTokencan I successfully start zoom calls? Or do we have to wait forauthcbto get called? - Why doesn’t
authcbreliably fire afterAuthWithJwtToken? - I tried calling
zoom_auth.GetAuthResult, however that returned 0 before callingAuthWithJwtToken, so it does not appear to do what I think it does. What is that function supposed to do?