Best practice after ZOOM_ERROR_NETWORK_UNAVAILABLE

Description
I initialize the zoom sdk at launch. Sometimes users get zoom error 3 which is ZOOM_ERROR_NETWORK_UNAVAILABLE. What’s the best practice when this occurs? Should I keep retrying with some back-off? Should I wait until network conditions change?

Which Mobile Client SDK version?
v5.4.54802.0124

To Reproduce(If applicable)
Steps to reproduce the behavior:

  1. Have no network connect
  2. Initialize zoom sdk

Hey @joek,

Thanks for using the dev forum!

I would try again with a delay. But I would also make sure you do not try to auth again while waiting for the response. As in, avoid having 2 auth attempts at once.

Thanks!
Michael

This topic was automatically closed 30 days after the last reply. New replies are no longer allowed.