Mobile SDK Intialization Issue with error: 0 internal error code: 0

error : 0 internal error code : 0

When I am checking whether it is initialized or not it is returning false so it is not initialized please help me to resolve this issue

Hi edusollearning,

Thanks for using Zoom SDK. Is this for Android SDK? Based on the error code, it seems everything is working fine and the initialization was successful. Could you provide any other info such as log info or files?
You may also refer to the implementation of our demo app:https://github.com/zoom/zoom-sdk-android/blob/master/mobilertc-android-studio/sample/src/main/java/us/zoom/sdksample/initsdk/InitAuthSDKHelper.java, please note that the SDK initialization is an async request, so please make sure you got the success in your onZoomSDKInitializeResult callback before you proceed to the next action.

Hope this helps. Thanks!