onZoomSDKLoginResult is never be called

The override method onZoomSDKLoginResult is never be called when I login with my zoom credentials. If I restart the application and call method tryAutoLoginZoom(), it returns to me a success login but the method loginWithZoom never called onZoomSDKLoginResul. Can I fix it?

Hi eduardo,

Thanks for using Zoom SDK. I tried to reproduce this with our demo app and no luck. The onZoomSDKLoginResult is triggered correctly after the auto login. Did you add the listener after the auto login? You may refer to the implementation in our demo app:

Hope this helps. Thanks!